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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 9863032: [Sync] [Mac] Implement one-click signin bubble for OS X (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address sky's comments Created 8 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/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': 'none', 10 'type': 'none',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'app/nibs/FullscreenExitBubble.xib', 266 'app/nibs/FullscreenExitBubble.xib',
267 'app/nibs/GlobalErrorBubble.xib', 267 'app/nibs/GlobalErrorBubble.xib',
268 'app/nibs/HungRendererDialog.xib', 268 'app/nibs/HungRendererDialog.xib',
269 'app/nibs/HttpAuthLoginSheet.xib', 269 'app/nibs/HttpAuthLoginSheet.xib',
270 'app/nibs/ImportProgressDialog.xib', 270 'app/nibs/ImportProgressDialog.xib',
271 'app/nibs/InfoBar.xib', 271 'app/nibs/InfoBar.xib',
272 'app/nibs/InfoBarContainer.xib', 272 'app/nibs/InfoBarContainer.xib',
273 'app/nibs/InstantOptIn.xib', 273 'app/nibs/InstantOptIn.xib',
274 'app/nibs/MainMenu.xib', 274 'app/nibs/MainMenu.xib',
275 'app/nibs/Notification.xib', 275 'app/nibs/Notification.xib',
276 'app/nibs/OneClickSigninBubble.xib',
276 'app/nibs/OneClickSigninDialog.xib', 277 'app/nibs/OneClickSigninDialog.xib',
277 'app/nibs/Panel.xib', 278 'app/nibs/Panel.xib',
278 'app/nibs/PreviewableContents.xib', 279 'app/nibs/PreviewableContents.xib',
279 'app/nibs/SaveAccessoryView.xib', 280 'app/nibs/SaveAccessoryView.xib',
280 'app/nibs/SadTab.xib', 281 'app/nibs/SadTab.xib',
281 'app/nibs/SpeechRecognitionBubble.xib', 282 'app/nibs/SpeechRecognitionBubble.xib',
282 'app/nibs/TabView.xib', 283 'app/nibs/TabView.xib',
283 'app/nibs/TaskManager.xib', 284 'app/nibs/TaskManager.xib',
284 'app/nibs/Toolbar.xib', 285 'app/nibs/Toolbar.xib',
285 'app/nibs/WrenchMenu.xib', 286 'app/nibs/WrenchMenu.xib',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 ], 538 ],
538 }], 539 }],
539 ], # conditions 540 ], # conditions
540 }], # OS=="mac" 541 }], # OS=="mac"
541 ], # conditions 542 ], # conditions
542 }, # target chrome_dll 543 }, # target chrome_dll
543 ], # targets 544 ], # targets
544 }], # OS=="mac" or OS=="win" 545 }], # OS=="mac" or OS=="win"
545 ], 546 ],
546 } 547 }
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