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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1209743002: Generate a static struct from fieldtrial_testing_config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@codegen_nested_structs
Patch Set: add +x file permission Created 5 years, 5 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 | « build/json_to_struct.gypi ('k') | chrome/common/BUILD.gn » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'installer_util', 322 'installer_util',
323 'safe_browsing_proto', 323 'safe_browsing_proto',
324 '<(DEPTH)/base/base.gyp:base', 324 '<(DEPTH)/base/base.gyp:base',
325 '<(DEPTH)/base/base.gyp:base_i18n', 325 '<(DEPTH)/base/base.gyp:base_i18n',
326 '<(DEPTH)/base/base.gyp:base_prefs', 326 '<(DEPTH)/base/base.gyp:base_prefs',
327 '<(DEPTH)/base/base.gyp:base_static', 327 '<(DEPTH)/base/base.gyp:base_static',
328 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 328 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
329 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 329 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
330 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 330 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
331 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 331 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
332 '<(DEPTH)/chrome/common/variations/fieldtrial_testing_config.gyp:fieldtr ial_testing_config',
332 '<(DEPTH)/components/components.gyp:cloud_devices_common', 333 '<(DEPTH)/components/components.gyp:cloud_devices_common',
333 '<(DEPTH)/components/components.gyp:component_updater', 334 '<(DEPTH)/components/components.gyp:component_updater',
334 '<(DEPTH)/components/components.gyp:content_settings_core_common', 335 '<(DEPTH)/components/components.gyp:content_settings_core_common',
335 '<(DEPTH)/components/components.gyp:favicon_base', 336 '<(DEPTH)/components/components.gyp:favicon_base',
336 '<(DEPTH)/components/components.gyp:json_schema', 337 '<(DEPTH)/components/components.gyp:json_schema',
337 '<(DEPTH)/components/components.gyp:metrics', 338 '<(DEPTH)/components/components.gyp:metrics',
338 '<(DEPTH)/components/components.gyp:policy_component_common', 339 '<(DEPTH)/components/components.gyp:policy_component_common',
339 '<(DEPTH)/components/components.gyp:translate_core_common', 340 '<(DEPTH)/components/components.gyp:translate_core_common',
340 '<(DEPTH)/components/components.gyp:variations', 341 '<(DEPTH)/components/components.gyp:variations',
341 '<(DEPTH)/content/content.gyp:content_common', 342 '<(DEPTH)/content/content.gyp:content_common',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'sources': [ 699 'sources': [
699 'common/resource_usage_reporter.mojom', 700 'common/resource_usage_reporter.mojom',
700 ], 701 ],
701 'dependencies': [ 702 'dependencies': [
702 '../mojo/mojo_base.gyp:mojo_environment_chromium', 703 '../mojo/mojo_base.gyp:mojo_environment_chromium',
703 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 704 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
704 ], 705 ],
705 }, 706 },
706 ], 707 ],
707 } 708 }
OLDNEW
« no previous file with comments | « build/json_to_struct.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698