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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 2034413003: Delete the non-static CLD data source logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest master Created 4 years, 6 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/chrome_browser.gypi ('k') | chrome/chrome_tests.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) 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 'conditions': [ 5 'conditions': [
6 # Dummy target to allow chrome to require chrome_dll to build 6 # Dummy target to allow chrome to require chrome_dll to build
7 # without actually linking to the library 7 # without actually linking to the library
8 ['OS=="mac"', { 8 ['OS=="mac"', {
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'app/chrome_main_delegate.cc', 115 'app/chrome_main_delegate.cc',
116 'app/chrome_main_delegate.h', 116 'app/chrome_main_delegate.h',
117 'app/chrome_main_mac.h', 117 'app/chrome_main_mac.h',
118 'app/chrome_main_mac.mm', 118 'app/chrome_main_mac.mm',
119 ], 119 ],
120 'dependencies': [ 120 'dependencies': [
121 '<@(chromium_browser_dependencies)', 121 '<@(chromium_browser_dependencies)',
122 'chrome_features.gyp:chrome_common_features', 122 'chrome_features.gyp:chrome_common_features',
123 'policy_path_parser', 123 'policy_path_parser',
124 '../content/content.gyp:content_app_browser', 124 '../content/content.gyp:content_app_browser',
125 '../third_party/cld_2/cld_2.gyp:cld_2',
126 ], 125 ],
127 'conditions': [ 126 'conditions': [
128 ['OS=="win"', { 127 ['OS=="win"', {
129 'dependencies': [ 128 'dependencies': [
130 '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf', 129 '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf',
131 '<(DEPTH)/chrome/chrome.gyp:install_static_util', 130 '<(DEPTH)/chrome/chrome.gyp:install_static_util',
132 '<(DEPTH)/components/components.gyp:policy', 131 '<(DEPTH)/components/components.gyp:policy',
133 ], 132 ],
134 }], 133 }],
135 ['use_aura==1', { 134 ['use_aura==1', {
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'dependencies': [ 358 'dependencies': [
360 '../pdf/pdf.gyp:pdf', 359 '../pdf/pdf.gyp:pdf',
361 ], 360 ],
362 }], 361 }],
363 ], 362 ],
364 }, # target chrome_child_dll 363 }, # target chrome_child_dll
365 ], 364 ],
366 }], 365 }],
367 ], 366 ],
368 } 367 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698