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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 9285002: Remove the first-run search engine dialog/ballot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge. Created 8 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 | « 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 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'chrome_dll', 9 'target_name': 'chrome_dll',
10 'type': 'shared_library', 10 'type': 'shared_library',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 'app/nibs/ImportProgressDialog.xib', 249 'app/nibs/ImportProgressDialog.xib',
250 'app/nibs/InfoBar.xib', 250 'app/nibs/InfoBar.xib',
251 'app/nibs/InfoBarContainer.xib', 251 'app/nibs/InfoBarContainer.xib',
252 'app/nibs/InstantOptIn.xib', 252 'app/nibs/InstantOptIn.xib',
253 'app/nibs/MainMenu.xib', 253 'app/nibs/MainMenu.xib',
254 'app/nibs/Notification.xib', 254 'app/nibs/Notification.xib',
255 'app/nibs/Panel.xib', 255 'app/nibs/Panel.xib',
256 'app/nibs/PreviewableContents.xib', 256 'app/nibs/PreviewableContents.xib',
257 'app/nibs/SaveAccessoryView.xib', 257 'app/nibs/SaveAccessoryView.xib',
258 'app/nibs/SadTab.xib', 258 'app/nibs/SadTab.xib',
259 'app/nibs/SearchEngineDialog.xib',
260 'app/nibs/SpeechInputBubble.xib', 259 'app/nibs/SpeechInputBubble.xib',
261 'app/nibs/TabView.xib', 260 'app/nibs/TabView.xib',
262 'app/nibs/TaskManager.xib', 261 'app/nibs/TaskManager.xib',
263 'app/nibs/Toolbar.xib', 262 'app/nibs/Toolbar.xib',
264 'app/nibs/WrenchMenu.xib', 263 'app/nibs/WrenchMenu.xib',
265 'app/theme/balloon_wrench.pdf', 264 'app/theme/balloon_wrench.pdf',
266 'app/theme/chevron.pdf', 265 'app/theme/chevron.pdf',
267 'app/theme/find_next_Template.pdf', 266 'app/theme/find_next_Template.pdf',
268 'app/theme/find_prev_Template.pdf', 267 'app/theme/find_prev_Template.pdf',
269 'app/theme/menu_hierarchy_arrow.pdf', 268 'app/theme/menu_hierarchy_arrow.pdf',
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 ], 509 ],
511 }], 510 }],
512 ], # conditions 511 ], # conditions
513 }], # OS=="mac" 512 }], # OS=="mac"
514 ], # conditions 513 ], # conditions
515 }, # target chrome_dll 514 }, # target chrome_dll
516 ], # targets 515 ], # targets
517 }], # OS=="mac" or OS=="win" 516 }], # OS=="mac" or OS=="win"
518 ], 517 ],
519 } 518 }
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