| 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 | 8 |
| 9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
| 10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
| (...skipping 5373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5384 '../webkit/webkit.gyp:*', | 5384 '../webkit/webkit.gyp:*', |
| 5385 | 5385 |
| 5386 '../build/temp_gyp/googleurl.gyp:*', | 5386 '../build/temp_gyp/googleurl.gyp:*', |
| 5387 | 5387 |
| 5388 '../breakpad/breakpad.gyp:*', | 5388 '../breakpad/breakpad.gyp:*', |
| 5389 '../courgette/courgette.gyp:*', | 5389 '../courgette/courgette.gyp:*', |
| 5390 '../gears/gears.gyp:*', | 5390 '../gears/gears.gyp:*', |
| 5391 '../rlz/rlz.gyp:*', | 5391 '../rlz/rlz.gyp:*', |
| 5392 '../sandbox/sandbox.gyp:*', | 5392 '../sandbox/sandbox.gyp:*', |
| 5393 '../tools/memory_watcher/memory_watcher.gyp:*', | 5393 '../tools/memory_watcher/memory_watcher.gyp:*', |
| 5394 '../webkit/activex_shim/activex_shim.gyp:*', | |
| 5395 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', | |
| 5396 '../v8/tools/gyp/v8.gyp:v8_shell', | 5394 '../v8/tools/gyp/v8.gyp:v8_shell', |
| 5397 ], | 5395 ], |
| 5398 }, | 5396 }, |
| 5399 { | 5397 { |
| 5400 'target_name': 'chrome_dll_version', | 5398 'target_name': 'chrome_dll_version', |
| 5401 'type': 'none', | 5399 'type': 'none', |
| 5402 #'msvs_guid': '414D4D24-5D65-498B-A33F-3A29AD3CDEDC', | 5400 #'msvs_guid': '414D4D24-5D65-498B-A33F-3A29AD3CDEDC', |
| 5403 'dependencies': [ | 5401 'dependencies': [ |
| 5404 '../build/util/build_util.gyp:lastchange', | 5402 '../build/util/build_util.gyp:lastchange', |
| 5405 ], | 5403 ], |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5445 '-f', '<(branding_path)', | 5443 '-f', '<(branding_path)', |
| 5446 '-f', '<(lastchange_path)', | 5444 '-f', '<(lastchange_path)', |
| 5447 '<(template_input_path)', | 5445 '<(template_input_path)', |
| 5448 '<@(_outputs)', | 5446 '<@(_outputs)', |
| 5449 ], | 5447 ], |
| 5450 'message': 'Generating version information in <(_outputs)' | 5448 'message': 'Generating version information in <(_outputs)' |
| 5451 }, | 5449 }, |
| 5452 ], | 5450 ], |
| 5453 }, | 5451 }, |
| 5454 { | 5452 { |
| 5455 'target_name': 'activex_test_control', | |
| 5456 'type': 'shared_library', | |
| 5457 'msvs_guid': '414D4D24-5D65-498B-A33F-3A29AD3CDEDC', | |
| 5458 'include_dirs': [ | |
| 5459 '..', | |
| 5460 '<(INTERMEDIATE_DIR)', | |
| 5461 ], | |
| 5462 'link_settings': { | |
| 5463 'libraries': [ | |
| 5464 '-lcomsuppw.lib', | |
| 5465 ], | |
| 5466 }, | |
| 5467 'sources': [ | |
| 5468 'test/activex_test_control/activex_test_control.cc', | |
| 5469 'test/activex_test_control/activex_test_control.def', | |
| 5470 'test/activex_test_control/activex_test_control.idl', | |
| 5471 'test/activex_test_control/activex_test_control.rc', | |
| 5472 'test/activex_test_control/activex_test_control.rgs', | |
| 5473 'test/activex_test_control/chrome_test_control.bmp', | |
| 5474 'test/activex_test_control/chrome_test_control.cc', | |
| 5475 'test/activex_test_control/chrome_test_control.h', | |
| 5476 'test/activex_test_control/chrome_test_control.rgs', | |
| 5477 'test/activex_test_control/chrome_test_control_cp.h', | |
| 5478 'test/activex_test_control/resource.h', | |
| 5479 ], | |
| 5480 }, | |
| 5481 { | |
| 5482 'target_name': 'automation', | 5453 'target_name': 'automation', |
| 5483 'type': '<(library)', | 5454 'type': '<(library)', |
| 5484 'msvs_guid': '1556EF78-C7E6-43C8-951F-F6B43AC0DD12', | 5455 'msvs_guid': '1556EF78-C7E6-43C8-951F-F6B43AC0DD12', |
| 5485 'dependencies': [ | 5456 'dependencies': [ |
| 5486 'theme_resources', | 5457 'theme_resources', |
| 5487 '../skia/skia.gyp:skia', | 5458 '../skia/skia.gyp:skia', |
| 5488 ], | 5459 ], |
| 5489 'include_dirs': [ | 5460 'include_dirs': [ |
| 5490 '..', | 5461 '..', |
| 5491 ], | 5462 ], |
| (...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5924 # Use outputs of this action as inputs for the main target build. | 5895 # Use outputs of this action as inputs for the main target build. |
| 5925 # Seems as a misnomer but makes this happy on Linux (scons). | 5896 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5926 'process_outputs_as_sources': 1, | 5897 'process_outputs_as_sources': 1, |
| 5927 }, | 5898 }, |
| 5928 ], # 'actions' | 5899 ], # 'actions' |
| 5929 }, | 5900 }, |
| 5930 ] | 5901 ] |
| 5931 }], | 5902 }], |
| 5932 ], # 'conditions' | 5903 ], # 'conditions' |
| 5933 } | 5904 } |
| OLD | NEW |