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

Side by Side Diff: chrome/chrome_common.gypi

Issue 330653006: Include the latest binary download info in safe browsing incident reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: attempt to fix gn build 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 '..', 281 '..',
282 ], 282 ],
283 }, 283 },
284 'dependencies': [ 284 'dependencies': [
285 # TODO(gregoryd): chrome_resources and chrome_strings could be 285 # TODO(gregoryd): chrome_resources and chrome_strings could be
286 # shared with the 64-bit target, but it does not work due to a gyp 286 # shared with the 64-bit target, but it does not work due to a gyp
287 # issue. 287 # issue.
288 'common_net', 288 'common_net',
289 'common_version', 289 'common_version',
290 'installer_util', 290 'installer_util',
291 'safe_browsing_proto',
291 '<(DEPTH)/base/base.gyp:base', 292 '<(DEPTH)/base/base.gyp:base',
292 '<(DEPTH)/base/base.gyp:base_i18n', 293 '<(DEPTH)/base/base.gyp:base_i18n',
293 '<(DEPTH)/base/base.gyp:base_prefs', 294 '<(DEPTH)/base/base.gyp:base_prefs',
294 '<(DEPTH)/base/base.gyp:base_static', 295 '<(DEPTH)/base/base.gyp:base_static',
295 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 296 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
296 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 297 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
297 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 298 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
298 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 299 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
299 '<(DEPTH)/components/components.gyp:cloud_devices_common', 300 '<(DEPTH)/components/components.gyp:cloud_devices_common',
300 '<(DEPTH)/components/components.gyp:json_schema', 301 '<(DEPTH)/components/components.gyp:json_schema',
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 'common/safe_browsing/csd.proto' 666 'common/safe_browsing/csd.proto'
666 ], 667 ],
667 'variables': { 668 'variables': {
668 'proto_in_dir': 'common/safe_browsing', 669 'proto_in_dir': 'common/safe_browsing',
669 'proto_out_dir': 'chrome/common/safe_browsing', 670 'proto_out_dir': 'chrome/common/safe_browsing',
670 }, 671 },
671 'includes': [ '../build/protoc.gypi' ], 672 'includes': [ '../build/protoc.gypi' ],
672 }, 673 },
673 ], 674 ],
674 } 675 }
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