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

Side by Side Diff: chrome/chrome_common.gypi

Issue 379563006: Merge 281089 "Include the latest binary download info in safe br..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2062/src/
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.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) 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 'chrome_common_sources': [ 7 'chrome_common_sources': [
8 '../apps/app_shim/app_shim_launch.h', 8 '../apps/app_shim/app_shim_launch.h',
9 '../apps/app_shim/app_shim_messages.h', 9 '../apps/app_shim/app_shim_messages.h',
10 'common/all_messages.h', 10 'common/all_messages.h',
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 ], 280 ],
281 }, 281 },
282 'dependencies': [ 282 'dependencies': [
283 # TODO(gregoryd): chrome_resources and chrome_strings could be 283 # TODO(gregoryd): chrome_resources and chrome_strings could be
284 # shared with the 64-bit target, but it does not work due to a gyp 284 # shared with the 64-bit target, but it does not work due to a gyp
285 # issue. 285 # issue.
286 'common_net', 286 'common_net',
287 'common_version', 287 'common_version',
288 'installer_util', 288 'installer_util',
289 'metrics_proto', 289 'metrics_proto',
290 'safe_browsing_proto',
290 '<(DEPTH)/base/base.gyp:base', 291 '<(DEPTH)/base/base.gyp:base',
291 '<(DEPTH)/base/base.gyp:base_i18n', 292 '<(DEPTH)/base/base.gyp:base_i18n',
292 '<(DEPTH)/base/base.gyp:base_prefs', 293 '<(DEPTH)/base/base.gyp:base_prefs',
293 '<(DEPTH)/base/base.gyp:base_static', 294 '<(DEPTH)/base/base.gyp:base_static',
294 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 295 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
295 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 296 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
296 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 297 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
297 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 298 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
298 '<(DEPTH)/components/components.gyp:cloud_devices_common', 299 '<(DEPTH)/components/components.gyp:cloud_devices_common',
299 '<(DEPTH)/components/components.gyp:json_schema', 300 '<(DEPTH)/components/components.gyp:json_schema',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 'common/metrics/proto/chrome_experiments.proto', 683 'common/metrics/proto/chrome_experiments.proto',
683 ], 684 ],
684 'variables': { 685 'variables': {
685 'proto_in_dir': 'common/metrics/proto', 686 'proto_in_dir': 'common/metrics/proto',
686 'proto_out_dir': 'chrome/common/metrics/proto', 687 'proto_out_dir': 'chrome/common/metrics/proto',
687 }, 688 },
688 'includes': [ '../build/protoc.gypi' ], 689 'includes': [ '../build/protoc.gypi' ],
689 }, 690 },
690 ], 691 ],
691 } 692 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698