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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 1731001: UI review follow-up for m5 bookmark bar deliverables... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 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 | « chrome/browser/cocoa/bookmark_button_cell_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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'app/theme/close_bar.pdf', 239 'app/theme/close_bar.pdf',
240 'app/theme/close_bar_h.pdf', 240 'app/theme/close_bar_h.pdf',
241 'app/theme/close_bar_p.pdf', 241 'app/theme/close_bar_p.pdf',
242 'app/theme/find_next_Template.pdf', 242 'app/theme/find_next_Template.pdf',
243 'app/theme/find_prev_Template.pdf', 243 'app/theme/find_prev_Template.pdf',
244 'app/theme/forward_Template.pdf', 244 'app/theme/forward_Template.pdf',
245 'app/theme/go_Template.pdf', 245 'app/theme/go_Template.pdf',
246 'app/theme/home_Template.pdf', 246 'app/theme/home_Template.pdf',
247 'app/theme/menu_chrome_rtl_Template.pdf', 247 'app/theme/menu_chrome_rtl_Template.pdf',
248 'app/theme/menu_chrome_Template.pdf', 248 'app/theme/menu_chrome_Template.pdf',
249 'app/theme/menu_hierarchy_arrow.pdf',
249 'app/theme/menu_page_rtl_Template.pdf', 250 'app/theme/menu_page_rtl_Template.pdf',
250 'app/theme/menu_page_Template.pdf', 251 'app/theme/menu_page_Template.pdf',
251 'app/theme/nav.pdf', 252 'app/theme/nav.pdf',
252 'app/theme/newtab.pdf', 253 'app/theme/newtab.pdf',
253 'app/theme/newtab_h.pdf', 254 'app/theme/newtab_h.pdf',
254 'app/theme/newtab_p.pdf', 255 'app/theme/newtab_p.pdf',
255 'app/theme/omnibox_history.pdf', 256 'app/theme/omnibox_history.pdf',
256 'app/theme/omnibox_http.pdf', 257 'app/theme/omnibox_http.pdf',
257 'app/theme/omnibox_https_invalid.pdf', 258 'app/theme/omnibox_https_invalid.pdf',
258 'app/theme/omnibox_https_valid.pdf', 259 'app/theme/omnibox_https_valid.pdf',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'configurations': { 543 'configurations': {
543 'Common_Base': { 544 'Common_Base': {
544 'msvs_target_platform': 'x64', 545 'msvs_target_platform': 'x64',
545 }, 546 },
546 }, 547 },
547 }, # target chrome_dll 548 }, # target chrome_dll
548 ], 549 ],
549 }], 550 }],
550 ], 551 ],
551 } 552 }
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/bookmark_button_cell_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698