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

Side by Side Diff: chrome/common_constants.gyp

Issue 284893003: Move bookmarks/core/... to bookmarks/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing errors reported by presubmit Created 6 years, 7 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/common/pref_names.h ('k') | chrome/test/base/testing_profile.cc » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'includes': [ 10 'includes': [
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'targets': [ 63 'targets': [
64 { 64 {
65 'target_name': 'common_constants', 65 'target_name': 'common_constants',
66 'type': 'static_library', 66 'type': 'static_library',
67 'include_dirs': [ 67 'include_dirs': [
68 '<(SHARED_INTERMEDIATE_DIR)', # Needed by chrome_paths.cc. 68 '<(SHARED_INTERMEDIATE_DIR)', # Needed by chrome_paths.cc.
69 ], 69 ],
70 'dependencies': [ 70 'dependencies': [
71 '../base/base.gyp:base', 71 '../base/base.gyp:base',
72 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 72 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
73 '../components/components.gyp:bookmarks_core_common', 73 '../components/components.gyp:bookmarks_common',
74 '../components/nacl.gyp:nacl_switches', 74 '../components/nacl.gyp:nacl_switches',
75 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 75 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
76 ], 76 ],
77 'target_conditions': [ 77 'target_conditions': [
78 ['OS=="ios"', { 78 ['OS=="ios"', {
79 # iOS needs chrome_paths_mac, which is excluded by filename rules; 79 # iOS needs chrome_paths_mac, which is excluded by filename rules;
80 # re-add it in target_conditionals so it's after that exclusion. 80 # re-add it in target_conditionals so it's after that exclusion.
81 'sources/': [ 81 'sources/': [
82 ['include', '^common/chrome_paths_mac\\.mm$'], 82 ['include', '^common/chrome_paths_mac\\.mm$'],
83 ], 83 ],
(...skipping 23 matching lines...) Expand all
107 'configurations': { 107 'configurations': {
108 'Common_Base': { 108 'Common_Base': {
109 'msvs_target_platform': 'x64', 109 'msvs_target_platform': 'x64',
110 }, 110 },
111 }, 111 },
112 }, 112 },
113 ], 113 ],
114 }], 114 }],
115 ], 115 ],
116 } 116 }
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698