OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
393 # chrome via all/all.sln. | 393 # chrome via all/all.sln. |
394 'target_name': 'test_targets', | 394 'target_name': 'test_targets', |
395 'type': 'none', | 395 'type': 'none', |
396 'dependencies': [ | 396 'dependencies': [ |
397 '../base/base.gyp:base_unittests', | 397 '../base/base.gyp:base_unittests', |
398 '../content/content_shell_and_tests.gyp:content_browsertests', | 398 '../content/content_shell_and_tests.gyp:content_browsertests', |
399 '../content/content_shell_and_tests.gyp:content_shell', | 399 '../content/content_shell_and_tests.gyp:content_shell', |
400 '../content/content_shell_and_tests.gyp:content_unittests', | 400 '../content/content_shell_and_tests.gyp:content_unittests', |
401 '../net/net.gyp:net_unittests', | 401 '../net/net.gyp:net_unittests', |
402 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 402 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
403 '../ui/base/ui_base_tests.gyp:ui_unittests', | |
404 ], | 403 ], |
405 }, | 404 }, |
406 { | 405 { |
407 'target_name': 'chrome_version_resources', | 406 'target_name': 'chrome_version_resources', |
408 'type': 'none', | 407 'type': 'none', |
409 'conditions': [ | 408 'conditions': [ |
410 ['branding == "Chrome"', { | 409 ['branding == "Chrome"', { |
411 'variables': { | 410 'variables': { |
412 'branding_path': 'app/theme/google_chrome/BRANDING', | 411 'branding_path': 'app/theme/google_chrome/BRANDING', |
413 }, | 412 }, |
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
768 'service/service_utility_process_host.cc', | 767 'service/service_utility_process_host.cc', |
769 'service/service_utility_process_host.h', | 768 'service/service_utility_process_host.h', |
770 ], | 769 ], |
771 }], | 770 }], |
772 ], | 771 ], |
773 }, | 772 }, |
774 ], | 773 ], |
775 }], | 774 }], |
776 ], # 'conditions' | 775 ], # 'conditions' |
777 } | 776 } |
OLD | NEW |