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

Side by Side Diff: chrome/chrome.gyp

Issue 155151: Hook up the prefs for the optional home buttons and page/wrench buttons. Move... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 5 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
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 2451 matching lines...) Expand 10 before | Expand all | Expand 10 after
2462 'app/nibs/en.lproj/TabContents.xib', 2462 'app/nibs/en.lproj/TabContents.xib',
2463 'app/nibs/en.lproj/TabView.xib', 2463 'app/nibs/en.lproj/TabView.xib',
2464 'app/nibs/en.lproj/Toolbar.xib', 2464 'app/nibs/en.lproj/Toolbar.xib',
2465 'app/theme/back.pdf', 2465 'app/theme/back.pdf',
2466 'app/theme/close_bar.pdf', 2466 'app/theme/close_bar.pdf',
2467 'app/theme/close_bar_h.pdf', 2467 'app/theme/close_bar_h.pdf',
2468 'app/theme/close_bar_p.pdf', 2468 'app/theme/close_bar_p.pdf',
2469 'app/theme/forward.pdf', 2469 'app/theme/forward.pdf',
2470 'app/theme/frozen_tab.png', 2470 'app/theme/frozen_tab.png',
2471 'app/theme/go.pdf', 2471 'app/theme/go.pdf',
2472 'app/theme/home.pdf',
2473 'app/theme/menu_chrome.pdf',
2474 'app/theme/menu_page.pdf',
2472 'app/theme/nav.pdf', 2475 'app/theme/nav.pdf',
2473 'app/theme/newtab.pdf', 2476 'app/theme/newtab.pdf',
2474 'app/theme/o2_globe.png', 2477 'app/theme/o2_globe.png',
2475 'app/theme/o2_history.png', 2478 'app/theme/o2_history.png',
2476 'app/theme/o2_more.png', 2479 'app/theme/o2_more.png',
2477 'app/theme/o2_search.png', 2480 'app/theme/o2_search.png',
2478 'app/theme/o2_star.png', 2481 'app/theme/o2_star.png',
2479 'app/theme/otr_icon.pdf', 2482 'app/theme/otr_icon.pdf',
2480 'app/theme/pageinfo_bad.png', 2483 'app/theme/pageinfo_bad.png',
2481 'app/theme/pageinfo_good.png', 2484 'app/theme/pageinfo_good.png',
(...skipping 2417 matching lines...) Expand 10 before | Expand all | Expand 10 after
4899 # Use outputs of this action as inputs for the main target build. 4902 # Use outputs of this action as inputs for the main target build.
4900 # Seems as a misnomer but makes this happy on Linux (scons). 4903 # Seems as a misnomer but makes this happy on Linux (scons).
4901 'process_outputs_as_sources': 1, 4904 'process_outputs_as_sources': 1,
4902 }, 4905 },
4903 ], # 'actions' 4906 ], # 'actions'
4904 }, 4907 },
4905 ] 4908 ]
4906 }], 4909 }],
4907 ], # 'conditions' 4910 ], # 'conditions'
4908 } 4911 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698