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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 6249011: Fix max build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « no previous file | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 5 'target_defaults': {
6 'variables': { 6 'variables': {
7 'chrome_dll_target': 0, 7 'chrome_dll_target': 0,
8 }, 8 },
9 'target_conditions': [ 9 'target_conditions': [
10 ['chrome_dll_target==1', { 10 ['chrome_dll_target==1', {
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'app/theme/menu_overflow_up.pdf', 264 'app/theme/menu_overflow_up.pdf',
265 'app/theme/nav.pdf', 265 'app/theme/nav.pdf',
266 'app/theme/newtab.pdf', 266 'app/theme/newtab.pdf',
267 'app/theme/newtab_h.pdf', 267 'app/theme/newtab_h.pdf',
268 'app/theme/newtab_p.pdf', 268 'app/theme/newtab_p.pdf',
269 'app/theme/omnibox_history.pdf', 269 'app/theme/omnibox_history.pdf',
270 'app/theme/omnibox_http.pdf', 270 'app/theme/omnibox_http.pdf',
271 'app/theme/omnibox_https_invalid.pdf', 271 'app/theme/omnibox_https_invalid.pdf',
272 'app/theme/omnibox_https_valid.pdf', 272 'app/theme/omnibox_https_valid.pdf',
273 'app/theme/omnibox_https_warning.pdf', 273 'app/theme/omnibox_https_warning.pdf',
274 'app/theme/omnibox_more.pdf',
275 'app/theme/omnibox_search.pdf', 274 'app/theme/omnibox_search.pdf',
276 'app/theme/omnibox_star.pdf', 275 'app/theme/omnibox_star.pdf',
277 'app/theme/otr_icon.pdf', 276 'app/theme/otr_icon.pdf',
278 'app/theme/popup_window_animation.pdf', 277 'app/theme/popup_window_animation.pdf',
279 'app/theme/reload_Template.pdf', 278 'app/theme/reload_Template.pdf',
280 'app/theme/star.pdf', 279 'app/theme/star.pdf',
281 'app/theme/star_lit.pdf', 280 'app/theme/star_lit.pdf',
282 'app/theme/stop_Template.pdf', 281 'app/theme/stop_Template.pdf',
283 'app/theme/tools_Template.pdf', 282 'app/theme/tools_Template.pdf',
284 'browser/ui/cocoa/install.sh', 283 'browser/ui/cocoa/install.sh',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 614 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
616 }, 615 },
617 }, 616 },
618 }, 617 },
619 }, 618 },
620 }, # target chrome_dll 619 }, # target chrome_dll
621 ], 620 ],
622 }], 621 }],
623 ], 622 ],
624 } 623 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698