| OLD | NEW |
| 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 'variables': { | 9 'variables': { |
| 10 'conditions' : [ | 10 'conditions' : [ |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 # Authorization Services uses. Also, Authorization Services | 216 # Authorization Services uses. Also, Authorization Services |
| 217 # can't deal with .icns files. | 217 # can't deal with .icns files. |
| 218 'app/theme/<(theme_dir_name)/product_logo_32.png', | 218 'app/theme/<(theme_dir_name)/product_logo_32.png', |
| 219 | 219 |
| 220 'app/framework-Info.plist', | 220 'app/framework-Info.plist', |
| 221 'app/nibs/About.xib', | 221 'app/nibs/About.xib', |
| 222 'app/nibs/AboutIPC.xib', | 222 'app/nibs/AboutIPC.xib', |
| 223 'app/nibs/AvatarMenuItem.xib', | 223 'app/nibs/AvatarMenuItem.xib', |
| 224 'app/nibs/BookmarkAllTabs.xib', | 224 'app/nibs/BookmarkAllTabs.xib', |
| 225 'app/nibs/BookmarkBar.xib', | 225 'app/nibs/BookmarkBar.xib', |
| 226 'app/nibs/BookmarkBarFolderWindow.xib', |
| 226 'app/nibs/BookmarkBubble.xib', | 227 'app/nibs/BookmarkBubble.xib', |
| 227 'app/nibs/BookmarkEditor.xib', | 228 'app/nibs/BookmarkEditor.xib', |
| 228 'app/nibs/BookmarkNameFolder.xib', | 229 'app/nibs/BookmarkNameFolder.xib', |
| 229 'app/nibs/BrowserWindow.xib', | 230 'app/nibs/BrowserWindow.xib', |
| 230 'app/nibs/CollectedCookies.xib', | 231 'app/nibs/CollectedCookies.xib', |
| 231 'app/nibs/CookieDetailsView.xib', | 232 'app/nibs/CookieDetailsView.xib', |
| 232 'app/nibs/ContentBlockedCookies.xib', | 233 'app/nibs/ContentBlockedCookies.xib', |
| 233 'app/nibs/ContentBlockedImages.xib', | 234 'app/nibs/ContentBlockedImages.xib', |
| 234 'app/nibs/ContentBlockedJavaScript.xib', | 235 'app/nibs/ContentBlockedJavaScript.xib', |
| 235 'app/nibs/ContentBlockedPlugins.xib', | 236 'app/nibs/ContentBlockedPlugins.xib', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 262 'app/nibs/SadTab.xib', | 263 'app/nibs/SadTab.xib', |
| 263 'app/nibs/SearchEngineDialog.xib', | 264 'app/nibs/SearchEngineDialog.xib', |
| 264 'app/nibs/SpeechInputBubble.xib', | 265 'app/nibs/SpeechInputBubble.xib', |
| 265 'app/nibs/TabView.xib', | 266 'app/nibs/TabView.xib', |
| 266 'app/nibs/TaskManager.xib', | 267 'app/nibs/TaskManager.xib', |
| 267 'app/nibs/Toolbar.xib', | 268 'app/nibs/Toolbar.xib', |
| 268 'app/theme/balloon_wrench.pdf', | 269 'app/theme/balloon_wrench.pdf', |
| 269 'app/theme/chevron.pdf', | 270 'app/theme/chevron.pdf', |
| 270 'app/theme/find_next_Template.pdf', | 271 'app/theme/find_next_Template.pdf', |
| 271 'app/theme/find_prev_Template.pdf', | 272 'app/theme/find_prev_Template.pdf', |
| 273 'app/theme/menu_hierarchy_arrow.pdf', |
| 274 'app/theme/menu_overflow_down.pdf', |
| 275 'app/theme/menu_overflow_up.pdf', |
| 272 'app/theme/nav.pdf', | 276 'app/theme/nav.pdf', |
| 273 'app/theme/newtab.pdf', | 277 'app/theme/newtab.pdf', |
| 274 'app/theme/newtab_h.pdf', | 278 'app/theme/newtab_h.pdf', |
| 275 'app/theme/newtab_p.pdf', | 279 'app/theme/newtab_p.pdf', |
| 276 'app/theme/omnibox_extension_app.pdf', | 280 'app/theme/omnibox_extension_app.pdf', |
| 277 'app/theme/omnibox_history.pdf', | 281 'app/theme/omnibox_history.pdf', |
| 278 'app/theme/omnibox_http.pdf', | 282 'app/theme/omnibox_http.pdf', |
| 279 'app/theme/omnibox_https_invalid.pdf', | 283 'app/theme/omnibox_https_invalid.pdf', |
| 280 'app/theme/omnibox_https_valid.pdf', | 284 'app/theme/omnibox_https_valid.pdf', |
| 281 'app/theme/omnibox_https_warning.pdf', | 285 'app/theme/omnibox_https_warning.pdf', |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 645 ], | 649 ], |
| 646 }], | 650 }], |
| 647 ], # conditions | 651 ], # conditions |
| 648 }], # OS=="mac" | 652 }], # OS=="mac" |
| 649 ], # conditions | 653 ], # conditions |
| 650 }, # target chrome_dll | 654 }, # target chrome_dll |
| 651 ], # targets | 655 ], # targets |
| 652 }], # OS=="mac" or OS=="win" | 656 }], # OS=="mac" or OS=="win" |
| 653 ], | 657 ], |
| 654 } | 658 } |
| OLD | NEW |