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

Side by Side Diff: build/all.gyp

Issue 271673006: Eliminate all code related to the AutomaticProfileResetter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nit from dbeam@, using new tracked preference deprecation. Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('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 { 5 {
6 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 '../third_party/ots/ots.gyp:*', 113 '../third_party/ots/ots.gyp:*',
114 '../third_party/pdfium/samples/samples.gyp:*', 114 '../third_party/pdfium/samples/samples.gyp:*',
115 '../third_party/qcms/qcms.gyp:*', 115 '../third_party/qcms/qcms.gyp:*',
116 '../tools/gn/gn.gyp:*', 116 '../tools/gn/gn.gyp:*',
117 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 117 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
118 '../tools/telemetry/telemetry.gyp:*', 118 '../tools/telemetry/telemetry.gyp:*',
119 '../v8/tools/gyp/v8.gyp:*', 119 '../v8/tools/gyp/v8.gyp:*',
120 '<(libjpeg_gyp_path):*', 120 '<(libjpeg_gyp_path):*',
121 ], 121 ],
122 }], 122 }],
123 ['OS!="android" and OS!="ios"', {
124 'dependencies': [
125 '../chrome/tools/profile_reset/jtl_compiler.gyp:*',
126 ],
127 }],
128 ['OS=="mac" or OS=="ios" or OS=="win"', { 123 ['OS=="mac" or OS=="ios" or OS=="win"', {
129 'dependencies': [ 124 'dependencies': [
130 '../third_party/nss/nss.gyp:*', 125 '../third_party/nss/nss.gyp:*',
131 ], 126 ],
132 }], 127 }],
133 ['OS=="win" or OS=="ios" or OS=="linux"', { 128 ['OS=="win" or OS=="ios" or OS=="linux"', {
134 'dependencies': [ 129 'dependencies': [
135 '../breakpad/breakpad.gyp:*', 130 '../breakpad/breakpad.gyp:*',
136 ], 131 ],
137 }], 132 }],
(...skipping 1142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1280 'dependencies': [ 1275 'dependencies': [
1281 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1276 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1282 '../ui/views/views.gyp:views', 1277 '../ui/views/views.gyp:views',
1283 '../ui/views/views.gyp:views_unittests', 1278 '../ui/views/views.gyp:views_unittests',
1284 ], 1279 ],
1285 }, # target_name: macviews_builder 1280 }, # target_name: macviews_builder
1286 ], # targets 1281 ], # targets
1287 }], # os=='mac' and toolkit_views==1 1282 }], # os=='mac' and toolkit_views==1
1288 ], # conditions 1283 ], # conditions
1289 } 1284 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698