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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 9006003: Refactor and fix feedback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra include. Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'app/nibs/HungRendererDialog.xib', 246 'app/nibs/HungRendererDialog.xib',
247 'app/nibs/HttpAuthLoginSheet.xib', 247 'app/nibs/HttpAuthLoginSheet.xib',
248 'app/nibs/ImportProgressDialog.xib', 248 'app/nibs/ImportProgressDialog.xib',
249 'app/nibs/InfoBar.xib', 249 'app/nibs/InfoBar.xib',
250 'app/nibs/InfoBarContainer.xib', 250 'app/nibs/InfoBarContainer.xib',
251 'app/nibs/InstantOptIn.xib', 251 'app/nibs/InstantOptIn.xib',
252 'app/nibs/MainMenu.xib', 252 'app/nibs/MainMenu.xib',
253 'app/nibs/Notification.xib', 253 'app/nibs/Notification.xib',
254 'app/nibs/Panel.xib', 254 'app/nibs/Panel.xib',
255 'app/nibs/PreviewableContents.xib', 255 'app/nibs/PreviewableContents.xib',
256 'app/nibs/ReportBug.xib',
257 'app/nibs/SaveAccessoryView.xib', 256 'app/nibs/SaveAccessoryView.xib',
258 'app/nibs/SadTab.xib', 257 'app/nibs/SadTab.xib',
259 'app/nibs/SearchEngineDialog.xib', 258 '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',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 ], 508 ],
510 }], 509 }],
511 ], # conditions 510 ], # conditions
512 }], # OS=="mac" 511 }], # OS=="mac"
513 ], # conditions 512 ], # conditions
514 }, # target chrome_dll 513 }, # target chrome_dll
515 ], # targets 514 ], # targets
516 }], # OS=="mac" or OS=="win" 515 }], # OS=="mac" or OS=="win"
517 ], 516 ],
518 } 517 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698