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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 5031001: [Mac] Removes the match preview tear image. Also removes the underlying reso... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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/browser/cocoa/previewable_contents_controller_unittest.mm ('k') | 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'app/theme/balloon_wrench.pdf', 251 'app/theme/balloon_wrench.pdf',
252 'app/theme/browser_actions_overflow_Template.pdf', 252 'app/theme/browser_actions_overflow_Template.pdf',
253 'app/theme/chevron.pdf', 253 'app/theme/chevron.pdf',
254 'app/theme/find_next_Template.pdf', 254 'app/theme/find_next_Template.pdf',
255 'app/theme/find_prev_Template.pdf', 255 'app/theme/find_prev_Template.pdf',
256 'app/theme/forward_Template.pdf', 256 'app/theme/forward_Template.pdf',
257 'app/theme/home_Template.pdf', 257 'app/theme/home_Template.pdf',
258 'app/theme/menu_hierarchy_arrow.pdf', 258 'app/theme/menu_hierarchy_arrow.pdf',
259 'app/theme/menu_overflow_down.pdf', 259 'app/theme/menu_overflow_down.pdf',
260 'app/theme/menu_overflow_up.pdf', 260 'app/theme/menu_overflow_up.pdf',
261 'app/theme/match_preview_tear.png',
262 'app/theme/nav.pdf', 261 'app/theme/nav.pdf',
263 'app/theme/newtab.pdf', 262 'app/theme/newtab.pdf',
264 'app/theme/newtab_h.pdf', 263 'app/theme/newtab_h.pdf',
265 'app/theme/newtab_p.pdf', 264 'app/theme/newtab_p.pdf',
266 'app/theme/omnibox_history.pdf', 265 'app/theme/omnibox_history.pdf',
267 'app/theme/omnibox_http.pdf', 266 'app/theme/omnibox_http.pdf',
268 'app/theme/omnibox_https_invalid.pdf', 267 'app/theme/omnibox_https_invalid.pdf',
269 'app/theme/omnibox_https_valid.pdf', 268 'app/theme/omnibox_https_valid.pdf',
270 'app/theme/omnibox_https_warning.pdf', 269 'app/theme/omnibox_https_warning.pdf',
271 'app/theme/omnibox_more.pdf', 270 'app/theme/omnibox_more.pdf',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 'configurations': { 600 'configurations': {
602 'Common_Base': { 601 'Common_Base': {
603 'msvs_target_platform': 'x64', 602 'msvs_target_platform': 'x64',
604 }, 603 },
605 }, 604 },
606 }, # target chrome_dll 605 }, # target chrome_dll
607 ], 606 ],
608 }], 607 }],
609 ], 608 ],
610 } 609 }
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/previewable_contents_controller_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698