Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(60)

Side by Side Diff: gears/Makefile

Issue 800: Database2Versions table, get/set version operations implemented (Closed) SVN Base: http://google-gears.googlecode.com/svn/contrib/dimitri.glazkov/database2/
Patch Set: Created 4 months, 4 weeks ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2005, Google Inc. 1 # Copyright 2005, Google Inc.
2 # 2 #
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are met: 4 # modification, are permitted provided that the following conditions are met:
5 # 5 #
6 # 1. Redistributions of source code must retain the above copyright notice, 6 # 1. Redistributions of source code must retain the above copyright notice,
7 # this list of conditions and the following disclaimer. 7 # this list of conditions and the following disclaimer.
8 # 2. Redistributions in binary form must reproduce the above copyright notice, 8 # 2. Redistributions in binary form must reproduce the above copyright notice,
9 # this list of conditions and the following disclaimer in the documentation 9 # this list of conditions and the following disclaimer in the documentation
10 # and/or other materials provided with the distribution. 10 # and/or other materials provided with the distribution.
(...skipping 391 matching lines...) Show 10 above Show 10 below
402 base/common \ 402 base/common \
403 $(NULL) 403 $(NULL)
404 404
405 $(BROWSER)_CPPSRCS += \ 405 $(BROWSER)_CPPSRCS += \
406 async_router.cc \ 406 async_router.cc \
407 base_class.cc \ 407 base_class.cc \
408 base_class_test.cc \ 408 base_class_test.cc \
409 base64.cc \ 409 base64.cc \
410 circular_buffer_test.cc \ 410 circular_buffer_test.cc \
411 database_name_table.cc \ 411 database_name_table.cc \
412 database2_versions_table.cc \
413 database2_versions_table_test.cc \
412 file.cc \ 414 file.cc \
413 file_test.cc \ 415 file_test.cc \
414 html_event_monitor.cc \ 416 html_event_monitor.cc \
415 http_utils.cc \ 417 http_utils.cc \
416 js_marshal.cc \ 418 js_marshal.cc \
417 js_runner_utils.cc \ 419 js_runner_utils.cc \
418 js_types.cc \ 420 js_types.cc \
419 message_queue.cc \ 421 message_queue.cc \
420 message_service.cc \ 422 message_service.cc \
421 message_service_test.cc \ 423 message_service_test.cc \
(...skipping 841 matching lines...) Show 10 above Show 10 below
1263 1265
1264 FF2_VPATH += $(FF3_VPATH) 1266 FF2_VPATH += $(FF3_VPATH)
1265 FF2_M4SRCS += $(FF3_M4SRCS) 1267 FF2_M4SRCS += $(FF3_M4SRCS)
1266 FF2_M4SRCS_I18N += $(FF3_M4SRCS_I18N) 1268 FF2_M4SRCS_I18N += $(FF3_M4SRCS_I18N)
1267 FF2_IDLSRCS += $(FF3_IDLSRCS) 1269 FF2_IDLSRCS += $(FF3_IDLSRCS)
1268 FF2_CPPSRCS += $(FF3_CPPSRCS) 1270 FF2_CPPSRCS += $(FF3_CPPSRCS)
1269 1271
1270 1272
1271 #----------------------------------------------------------------------------- 1273 #-----------------------------------------------------------------------------
1272 include tools/rules.mk 1274 include tools/rules.mk
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r338