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': 'shared_library', | 10 'type': 'shared_library', |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |