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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 'dependencies': [ | 395 'dependencies': [ |
396 '../base/base.gyp:base_unittests', | 396 '../base/base.gyp:base_unittests', |
397 '../content/content_shell_and_tests.gyp:content_browsertests', | 397 '../content/content_shell_and_tests.gyp:content_browsertests', |
398 '../content/content_shell_and_tests.gyp:content_shell', | 398 '../content/content_shell_and_tests.gyp:content_shell', |
399 '../content/content_shell_and_tests.gyp:content_unittests', | 399 '../content/content_shell_and_tests.gyp:content_unittests', |
400 '../net/net.gyp:net_unittests', | 400 '../net/net.gyp:net_unittests', |
401 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 401 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
402 ], | 402 ], |
403 }, | 403 }, |
404 { | 404 { |
| 405 # GN version: //chrome:chrome_version_resources |
405 'target_name': 'chrome_version_resources', | 406 'target_name': 'chrome_version_resources', |
406 'type': 'none', | 407 'type': 'none', |
407 'variables': { | 408 'variables': { |
408 'output_dir': 'chrome_version', | 409 'output_dir': 'chrome_version', |
409 'template_input_path': 'app/chrome_version.rc.version', | 410 'template_input_path': 'app/chrome_version.rc.version', |
410 'branding_path': 'app/theme/<(branding_path_component)/BRANDING', | 411 'branding_path': 'app/theme/<(branding_path_component)/BRANDING', |
411 }, | 412 }, |
412 'direct_dependent_settings': { | 413 'direct_dependent_settings': { |
413 'include_dirs': [ | 414 'include_dirs': [ |
414 '<(SHARED_INTERMEDIATE_DIR)/<(output_dir)', | 415 '<(SHARED_INTERMEDIATE_DIR)/<(output_dir)', |
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
794 '<(DEPTH)/third_party/kasko' | 795 '<(DEPTH)/third_party/kasko' |
795 ], | 796 ], |
796 }, | 797 }, |
797 }, | 798 }, |
798 }, | 799 }, |
799 }, | 800 }, |
800 ], | 801 ], |
801 }], | 802 }], |
802 ], # 'conditions' | 803 ], # 'conditions' |
803 } | 804 } |
OLD | NEW |