| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
| 9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
| 10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
| (...skipping 1345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1356 'browser/tab_contents/tab_contents_view.cc', | 1356 'browser/tab_contents/tab_contents_view.cc', |
| 1357 'browser/tab_contents/tab_contents_view.h', | 1357 'browser/tab_contents/tab_contents_view.h', |
| 1358 'browser/tab_contents/tab_contents_view_gtk.cc', | 1358 'browser/tab_contents/tab_contents_view_gtk.cc', |
| 1359 'browser/tab_contents/tab_contents_view_gtk.h', | 1359 'browser/tab_contents/tab_contents_view_gtk.h', |
| 1360 'browser/tab_contents/tab_contents_view_mac.h', | 1360 'browser/tab_contents/tab_contents_view_mac.h', |
| 1361 'browser/tab_contents/tab_contents_view_mac.mm', | 1361 'browser/tab_contents/tab_contents_view_mac.mm', |
| 1362 'browser/tab_contents/tab_contents_view_win.cc', | 1362 'browser/tab_contents/tab_contents_view_win.cc', |
| 1363 'browser/tab_contents/tab_contents_view_win.h', | 1363 'browser/tab_contents/tab_contents_view_win.h', |
| 1364 'browser/tab_contents/tab_util.cc', | 1364 'browser/tab_contents/tab_util.cc', |
| 1365 'browser/tab_contents/tab_util.h', | 1365 'browser/tab_contents/tab_util.h', |
| 1366 'browser/tab_contents/thumbnail_generator.cc', |
| 1367 'browser/tab_contents/thumbnail_generator.h', |
| 1366 'browser/tab_contents/web_drag_source.cc', | 1368 'browser/tab_contents/web_drag_source.cc', |
| 1367 'browser/tab_contents/web_drag_source.h', | 1369 'browser/tab_contents/web_drag_source.h', |
| 1368 'browser/tab_contents/web_drop_target.cc', | 1370 'browser/tab_contents/web_drop_target.cc', |
| 1369 'browser/tab_contents/web_drop_target.h', | 1371 'browser/tab_contents/web_drop_target.h', |
| 1370 'browser/tabs/tab_strip_model.cc', | 1372 'browser/tabs/tab_strip_model.cc', |
| 1371 'browser/tabs/tab_strip_model.h', | 1373 'browser/tabs/tab_strip_model.h', |
| 1372 'browser/tabs/tab_strip_model_order_controller.cc', | 1374 'browser/tabs/tab_strip_model_order_controller.cc', |
| 1373 'browser/tabs/tab_strip_model_order_controller.h', | 1375 'browser/tabs/tab_strip_model_order_controller.h', |
| 1374 'browser/task_manager.cc', | 1376 'browser/task_manager.cc', |
| 1375 'browser/task_manager.h', | 1377 'browser/task_manager.h', |
| (...skipping 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2898 }, | 2900 }, |
| 2899 { | 2901 { |
| 2900 'target_name': 'ipc_tests', | 2902 'target_name': 'ipc_tests', |
| 2901 'type': 'executable', | 2903 'type': 'executable', |
| 2902 'msvs_guid': 'B92AE829-E1CD-4781-824A-DCB1603A1672', | 2904 'msvs_guid': 'B92AE829-E1CD-4781-824A-DCB1603A1672', |
| 2903 'dependencies': [ | 2905 'dependencies': [ |
| 2904 'common', | 2906 'common', |
| 2905 'test_support_unit', | 2907 'test_support_unit', |
| 2906 '../base/base.gyp:base', | 2908 '../base/base.gyp:base', |
| 2907 '../testing/gtest.gyp:gtest', | 2909 '../testing/gtest.gyp:gtest', |
| 2910 '../skia/skia.gyp:skia', |
| 2908 ], | 2911 ], |
| 2909 'sources': [ | 2912 'sources': [ |
| 2910 'common/ipc_fuzzing_tests.cc', | 2913 'common/ipc_fuzzing_tests.cc', |
| 2911 'common/ipc_send_fds_test.cc', | 2914 'common/ipc_send_fds_test.cc', |
| 2912 'common/ipc_tests.cc', | 2915 'common/ipc_tests.cc', |
| 2913 'common/ipc_tests.h', | 2916 'common/ipc_tests.h', |
| 2914 ], | 2917 ], |
| 2915 'conditions': [ | 2918 'conditions': [ |
| 2916 ['OS=="linux"', { | 2919 ['OS=="linux"', { |
| 2917 'dependencies': [ | 2920 'dependencies': [ |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3267 'browser/sessions/session_service_test_helper.cc', | 3270 'browser/sessions/session_service_test_helper.cc', |
| 3268 'browser/sessions/session_service_test_helper.h', | 3271 'browser/sessions/session_service_test_helper.h', |
| 3269 'browser/sessions/session_service_unittest.cc', | 3272 'browser/sessions/session_service_unittest.cc', |
| 3270 'browser/sessions/tab_restore_service_unittest.cc', | 3273 'browser/sessions/tab_restore_service_unittest.cc', |
| 3271 'browser/spellcheck_unittest.cc', | 3274 'browser/spellcheck_unittest.cc', |
| 3272 'browser/ssl/ssl_host_state_unittest.cc', | 3275 'browser/ssl/ssl_host_state_unittest.cc', |
| 3273 'browser/tab_contents/navigation_controller_unittest.cc', | 3276 'browser/tab_contents/navigation_controller_unittest.cc', |
| 3274 'browser/tab_contents/navigation_entry_unittest.cc', | 3277 'browser/tab_contents/navigation_entry_unittest.cc', |
| 3275 'browser/tab_contents/render_view_host_manager_unittest.cc', | 3278 'browser/tab_contents/render_view_host_manager_unittest.cc', |
| 3276 'browser/tab_contents/site_instance_unittest.cc', | 3279 'browser/tab_contents/site_instance_unittest.cc', |
| 3280 'browser/tab_contents/thumbnail_generator_unittest.cc', |
| 3277 'browser/tab_contents/web_contents_unittest.cc', | 3281 'browser/tab_contents/web_contents_unittest.cc', |
| 3278 'browser/tabs/tab_strip_model_unittest.cc', | 3282 'browser/tabs/tab_strip_model_unittest.cc', |
| 3279 'browser/task_manager_unittest.cc', | 3283 'browser/task_manager_unittest.cc', |
| 3280 'browser/theme_resources_util_unittest.cc', | 3284 'browser/theme_resources_util_unittest.cc', |
| 3281 'browser/views/bookmark_editor_view_unittest.cc', | 3285 'browser/views/bookmark_editor_view_unittest.cc', |
| 3282 'browser/views/keyword_editor_view_unittest.cc', | 3286 'browser/views/keyword_editor_view_unittest.cc', |
| 3283 'browser/visitedlink_unittest.cc', | 3287 'browser/visitedlink_unittest.cc', |
| 3284 'browser/webdata/web_database_unittest.cc', | 3288 'browser/webdata/web_database_unittest.cc', |
| 3285 'browser/window_sizer_unittest.cc', | 3289 'browser/window_sizer_unittest.cc', |
| 3286 'common/bzip2_unittest.cc', | 3290 'common/bzip2_unittest.cc', |
| (...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3802 '<@(chromium_dependencies)', | 3806 '<@(chromium_dependencies)', |
| 3803 'chrome_resources', | 3807 'chrome_resources', |
| 3804 'installer/installer.gyp:installer_util_strings', | 3808 'installer/installer.gyp:installer_util_strings', |
| 3805 'worker', | 3809 'worker', |
| 3806 '../build/util/build_util.gyp:lastchange', | 3810 '../build/util/build_util.gyp:lastchange', |
| 3807 '../net/net.gyp:net_resources', | 3811 '../net/net.gyp:net_resources', |
| 3808 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', | 3812 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', |
| 3809 '../views/views.gyp:views', | 3813 '../views/views.gyp:views', |
| 3810 '../webkit/webkit.gyp:webkit_resources', | 3814 '../webkit/webkit.gyp:webkit_resources', |
| 3811 '../gears/gears.gyp:gears', | 3815 '../gears/gears.gyp:gears', |
| 3816 '../skia/skia.gyp:skia', |
| 3812 ], | 3817 ], |
| 3813 'rules': [ | 3818 'rules': [ |
| 3814 { | 3819 { |
| 3815 'rule_name': 'win_version', | 3820 'rule_name': 'win_version', |
| 3816 'extension': 'version', | 3821 'extension': 'version', |
| 3817 'variables': { | 3822 'variables': { |
| 3818 'lastchange_path': | 3823 'lastchange_path': |
| 3819 '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', | 3824 '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', |
| 3820 'version_py': 'tools/build/version.py', | 3825 'version_py': 'tools/build/version.py', |
| 3821 'version_path': 'VERSION', | 3826 'version_path': 'VERSION', |
| (...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4416 }, | 4421 }, |
| 4417 }, | 4422 }, |
| 4418 }, | 4423 }, |
| 4419 { | 4424 { |
| 4420 'target_name': 'worker', | 4425 'target_name': 'worker', |
| 4421 'type': '<(library)', | 4426 'type': '<(library)', |
| 4422 'msvs_guid': 'C78D02D0-A366-4EC6-A248-AA8E64C4BA18', | 4427 'msvs_guid': 'C78D02D0-A366-4EC6-A248-AA8E64C4BA18', |
| 4423 'dependencies': [ | 4428 'dependencies': [ |
| 4424 '../base/base.gyp:base', | 4429 '../base/base.gyp:base', |
| 4425 '../webkit/webkit.gyp:webkit', | 4430 '../webkit/webkit.gyp:webkit', |
| 4431 '../skia/skia.gyp:skia', |
| 4426 ], | 4432 ], |
| 4427 'sources': [ | 4433 'sources': [ |
| 4428 'tools/build/win/precompiled.cc', | 4434 'tools/build/win/precompiled.cc', |
| 4429 'tools/build/win/precompiled.h', | 4435 'tools/build/win/precompiled.h', |
| 4430 | 4436 |
| 4431 'worker/webworkerclient_proxy.cc', | 4437 'worker/webworkerclient_proxy.cc', |
| 4432 'worker/webworkerclient_proxy.h', | 4438 'worker/webworkerclient_proxy.h', |
| 4433 'worker/worker_main.cc', | 4439 'worker/worker_main.cc', |
| 4434 'worker/worker_thread.cc', | 4440 'worker/worker_thread.cc', |
| 4435 'worker/worker_thread.h', | 4441 'worker/worker_thread.h', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4482 # Use outputs of this action as inputs for the main target build. | 4488 # Use outputs of this action as inputs for the main target build. |
| 4483 # Seems as a misnomer but makes this happy on Linux (scons). | 4489 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4484 'process_outputs_as_sources': 1, | 4490 'process_outputs_as_sources': 1, |
| 4485 }, | 4491 }, |
| 4486 ], # 'actions' | 4492 ], # 'actions' |
| 4487 }, | 4493 }, |
| 4488 ] | 4494 ] |
| 4489 }], | 4495 }], |
| 4490 ], # 'conditions' | 4496 ], # 'conditions' |
| 4491 } | 4497 } |
| OLD | NEW |