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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1849413003: Define crash keys in the directory hierarchy where they are used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with head Created 4 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 | « chrome/DEPS ('k') | chrome/chrome_exe.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 # 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 '<(DEPTH)/components/components.gyp:policy', 345 '<(DEPTH)/components/components.gyp:policy',
346 '<(DEPTH)/components/components.gyp:policy_component_common', 346 '<(DEPTH)/components/components.gyp:policy_component_common',
347 '<(DEPTH)/components/components.gyp:translate_core_common', 347 '<(DEPTH)/components/components.gyp:translate_core_common',
348 '<(DEPTH)/components/components.gyp:variations', 348 '<(DEPTH)/components/components.gyp:variations',
349 '<(DEPTH)/components/components.gyp:version_info', 349 '<(DEPTH)/components/components.gyp:version_info',
350 '<(DEPTH)/components/components_strings.gyp:components_strings', 350 '<(DEPTH)/components/components_strings.gyp:components_strings',
351 '<(DEPTH)/components/prefs/prefs.gyp:prefs', 351 '<(DEPTH)/components/prefs/prefs.gyp:prefs',
352 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter', 352 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter',
353 '<(DEPTH)/content/content.gyp:content_common', 353 '<(DEPTH)/content/content.gyp:content_common',
354 '<(DEPTH)/crypto/crypto.gyp:crypto', 354 '<(DEPTH)/crypto/crypto.gyp:crypto',
355 '<(DEPTH)/media/media.gyp:media',
355 '<(DEPTH)/net/net.gyp:net', 356 '<(DEPTH)/net/net.gyp:net',
356 '<(DEPTH)/skia/skia.gyp:skia', 357 '<(DEPTH)/skia/skia.gyp:skia',
357 '<(DEPTH)/skia/skia.gyp:skia_library', 358 '<(DEPTH)/skia/skia.gyp:skia_library',
358 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 359 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
359 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 360 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
360 '<(DEPTH)/third_party/kasko/kasko.gyp:kasko_features', 361 '<(DEPTH)/third_party/kasko/kasko.gyp:kasko_features',
361 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', 362 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
362 '<(DEPTH)/ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', 363 '<(DEPTH)/ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry',
363 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 364 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
364 '<(DEPTH)/ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', 365 '<(DEPTH)/ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 ], 691 ],
691 'dependencies': [ 692 'dependencies': [
692 'installer_util', 693 'installer_util',
693 '../base/base.gyp:base', 694 '../base/base.gyp:base',
694 ], 695 ],
695 }, 696 },
696 ], 697 ],
697 }], 698 }],
698 ], 699 ],
699 } 700 }
OLDNEW
« no previous file with comments | « chrome/DEPS ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698