| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 'app/nibs/ImportProgressDialog.xib', | 269 'app/nibs/ImportProgressDialog.xib', |
| 270 'app/nibs/InfoBar.xib', | 270 'app/nibs/InfoBar.xib', |
| 271 'app/nibs/InfoBarContainer.xib', | 271 'app/nibs/InfoBarContainer.xib', |
| 272 'app/nibs/InstantOptIn.xib', | 272 'app/nibs/InstantOptIn.xib', |
| 273 'app/nibs/MainMenu.xib', | 273 'app/nibs/MainMenu.xib', |
| 274 'app/nibs/Notification.xib', | 274 'app/nibs/Notification.xib', |
| 275 'app/nibs/Panel.xib', | 275 'app/nibs/Panel.xib', |
| 276 'app/nibs/PreviewableContents.xib', | 276 'app/nibs/PreviewableContents.xib', |
| 277 'app/nibs/SaveAccessoryView.xib', | 277 'app/nibs/SaveAccessoryView.xib', |
| 278 'app/nibs/SadTab.xib', | 278 'app/nibs/SadTab.xib', |
| 279 'app/nibs/SpeechInputBubble.xib', | 279 'app/nibs/SpeechRecognitionBubble.xib', |
| 280 'app/nibs/TabView.xib', | 280 'app/nibs/TabView.xib', |
| 281 'app/nibs/TaskManager.xib', | 281 'app/nibs/TaskManager.xib', |
| 282 'app/nibs/Toolbar.xib', | 282 'app/nibs/Toolbar.xib', |
| 283 'app/nibs/WrenchMenu.xib', | 283 'app/nibs/WrenchMenu.xib', |
| 284 'app/theme/balloon_wrench.pdf', | 284 'app/theme/balloon_wrench.pdf', |
| 285 'app/theme/chevron.pdf', | 285 'app/theme/chevron.pdf', |
| 286 'app/theme/find_next_Template.pdf', | 286 'app/theme/find_next_Template.pdf', |
| 287 'app/theme/find_prev_Template.pdf', | 287 'app/theme/find_prev_Template.pdf', |
| 288 'app/theme/menu_hierarchy_arrow.pdf', | 288 'app/theme/menu_hierarchy_arrow.pdf', |
| 289 'app/theme/menu_overflow_down.pdf', | 289 'app/theme/menu_overflow_down.pdf', |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 ], | 535 ], |
| 536 }], | 536 }], |
| 537 ], # conditions | 537 ], # conditions |
| 538 }], # OS=="mac" | 538 }], # OS=="mac" |
| 539 ], # conditions | 539 ], # conditions |
| 540 }, # target chrome_dll | 540 }, # target chrome_dll |
| 541 ], # targets | 541 ], # targets |
| 542 }], # OS=="mac" or OS=="win" | 542 }], # OS=="mac" or OS=="win" |
| 543 ], | 543 ], |
| 544 } | 544 } |
| OLD | NEW |