| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |