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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 911043002: Sort GYP files under chrome using tools/sort_sources.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
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 { 5 {
6 'variables': { 6 'variables': {
7 'lastchange_path': '../build/util/LASTCHANGE', 7 'lastchange_path': '../build/util/LASTCHANGE',
8 'libpeer_target_type%': 'static_library', 8 'libpeer_target_type%': 'static_library',
9 # 'branding_dir' is set in the 'conditions' section at the bottom. 9 # 'branding_dir' is set in the 'conditions' section at the bottom.
10 }, 10 },
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 '../base/base.gyp:test_support_base', 60 '../base/base.gyp:test_support_base',
61 '../testing/gtest.gyp:gtest', 61 '../testing/gtest.gyp:gtest',
62 ], 62 ],
63 'include_dirs': [ 63 'include_dirs': [
64 '..', 64 '..',
65 ], 65 ],
66 'sources': [ 66 'sources': [
67 'installer/gcapi/gcapi_last_run_test.cc', 67 'installer/gcapi/gcapi_last_run_test.cc',
68 'installer/gcapi/gcapi_omaha_experiment_test.cc', 68 'installer/gcapi/gcapi_omaha_experiment_test.cc',
69 'installer/gcapi/gcapi_reactivation_test.cc', 69 'installer/gcapi/gcapi_reactivation_test.cc',
70 'installer/gcapi/gcapi_test.cc',
70 'installer/gcapi/gcapi_test_registry_overrider.cc', 71 'installer/gcapi/gcapi_test_registry_overrider.cc',
71 'installer/gcapi/gcapi_test_registry_overrider.h', 72 'installer/gcapi/gcapi_test_registry_overrider.h',
72 'installer/gcapi/gcapi_test.cc',
73 'installer/gcapi/gcapi_test.rc', 73 'installer/gcapi/gcapi_test.rc',
74 'installer/gcapi/resource.h', 74 'installer/gcapi/resource.h',
75 ], 75 ],
76 }, 76 },
77 { 77 {
78 'target_name': 'installer_util_unittests', 78 'target_name': 'installer_util_unittests',
79 'type': 'executable', 79 'type': 'executable',
80 'dependencies': [ 80 'dependencies': [
81 'installer_util', 81 'installer_util',
82 'installer_util_strings', 82 'installer_util_strings',
(...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', 1097 'branding_dir_100': 'app/theme/default_100_percent/google_chrome',
1098 }, 1098 },
1099 }, { # else branding!="Chrome" 1099 }, { # else branding!="Chrome"
1100 'variables': { 1100 'variables': {
1101 'branding_dir': 'app/theme/chromium', 1101 'branding_dir': 'app/theme/chromium',
1102 'branding_dir_100': 'app/theme/default_100_percent/chromium', 1102 'branding_dir_100': 'app/theme/default_100_percent/chromium',
1103 }, 1103 },
1104 }], 1104 }],
1105 ], 1105 ],
1106 } 1106 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698