Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(673)

Side by Side Diff: chrome/chrome.gyp

Issue 1062743006: Add installer_util_unittests to the GN windows build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wintests3
Patch Set: Fixes Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/chrome_browser_main_win.cc ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main_win.cc ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698