| 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 | |
| 406 'target_name': 'chrome_version_resources', | 405 'target_name': 'chrome_version_resources', |
| 407 'type': 'none', | 406 'type': 'none', |
| 408 'variables': { | 407 'variables': { |
| 409 'output_dir': 'chrome_version', | 408 'output_dir': 'chrome_version', |
| 410 'template_input_path': 'app/chrome_version.rc.version', | 409 'template_input_path': 'app/chrome_version.rc.version', |
| 411 'branding_path': 'app/theme/<(branding_path_component)/BRANDING', | 410 'branding_path': 'app/theme/<(branding_path_component)/BRANDING', |
| 412 }, | 411 }, |
| 413 'direct_dependent_settings': { | 412 'direct_dependent_settings': { |
| 414 'include_dirs': [ | 413 'include_dirs': [ |
| 415 '<(SHARED_INTERMEDIATE_DIR)/<(output_dir)', | 414 '<(SHARED_INTERMEDIATE_DIR)/<(output_dir)', |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 '<(DEPTH)/third_party/kasko' | 794 '<(DEPTH)/third_party/kasko' |
| 796 ], | 795 ], |
| 797 }, | 796 }, |
| 798 }, | 797 }, |
| 799 }, | 798 }, |
| 800 }, | 799 }, |
| 801 ], | 800 ], |
| 802 }], | 801 }], |
| 803 ], # 'conditions' | 802 ], # 'conditions' |
| 804 } | 803 } |
| OLD | NEW |