| 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 'target_defaults': { | 5 'target_defaults': { |
| 6 'variables': { | 6 'variables': { |
| 7 'chrome_dll_target': 0, | 7 'chrome_dll_target': 0, |
| 8 }, | 8 }, |
| 9 'target_conditions': [ | 9 'target_conditions': [ |
| 10 ['chrome_dll_target==1', { | 10 ['chrome_dll_target==1', { |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 # resource bundle because that's the interface that | 198 # resource bundle because that's the interface that |
| 199 # Authorization Services uses. Also, Authorization Services | 199 # Authorization Services uses. Also, Authorization Services |
| 200 # can't deal with .icns files. | 200 # can't deal with .icns files. |
| 201 'app/theme/<(theme_dir_name)/product_logo_32.png', | 201 'app/theme/<(theme_dir_name)/product_logo_32.png', |
| 202 | 202 |
| 203 'app/framework-Info.plist', | 203 'app/framework-Info.plist', |
| 204 'app/nibs/About.xib', | 204 'app/nibs/About.xib', |
| 205 'app/nibs/AboutIPC.xib', | 205 'app/nibs/AboutIPC.xib', |
| 206 'app/nibs/BookmarkAllTabs.xib', | 206 'app/nibs/BookmarkAllTabs.xib', |
| 207 'app/nibs/BookmarkBar.xib', | 207 'app/nibs/BookmarkBar.xib', |
| 208 'app/nibs/BookmarkBarFolderWindow.xib', | |
| 209 'app/nibs/BookmarkBubble.xib', | 208 'app/nibs/BookmarkBubble.xib', |
| 210 'app/nibs/BookmarkEditor.xib', | 209 'app/nibs/BookmarkEditor.xib', |
| 211 'app/nibs/BookmarkNameFolder.xib', | 210 'app/nibs/BookmarkNameFolder.xib', |
| 212 'app/nibs/BrowserWindow.xib', | 211 'app/nibs/BrowserWindow.xib', |
| 213 'app/nibs/CollectedCookies.xib', | 212 'app/nibs/CollectedCookies.xib', |
| 214 'app/nibs/CookieDetailsView.xib', | 213 'app/nibs/CookieDetailsView.xib', |
| 215 'app/nibs/ContentBlockedCookies.xib', | 214 'app/nibs/ContentBlockedCookies.xib', |
| 216 'app/nibs/ContentBlockedImages.xib', | 215 'app/nibs/ContentBlockedImages.xib', |
| 217 'app/nibs/ContentBlockedJavaScript.xib', | 216 'app/nibs/ContentBlockedJavaScript.xib', |
| 218 'app/nibs/ContentBlockedPlugins.xib', | 217 'app/nibs/ContentBlockedPlugins.xib', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 242 'app/nibs/SadTab.xib', | 241 'app/nibs/SadTab.xib', |
| 243 'app/nibs/SearchEngineDialog.xib', | 242 'app/nibs/SearchEngineDialog.xib', |
| 244 'app/nibs/SpeechInputBubble.xib', | 243 'app/nibs/SpeechInputBubble.xib', |
| 245 'app/nibs/TabView.xib', | 244 'app/nibs/TabView.xib', |
| 246 'app/nibs/TaskManager.xib', | 245 'app/nibs/TaskManager.xib', |
| 247 'app/nibs/Toolbar.xib', | 246 'app/nibs/Toolbar.xib', |
| 248 'app/theme/balloon_wrench.pdf', | 247 'app/theme/balloon_wrench.pdf', |
| 249 'app/theme/chevron.pdf', | 248 'app/theme/chevron.pdf', |
| 250 'app/theme/find_next_Template.pdf', | 249 'app/theme/find_next_Template.pdf', |
| 251 'app/theme/find_prev_Template.pdf', | 250 'app/theme/find_prev_Template.pdf', |
| 252 'app/theme/menu_hierarchy_arrow.pdf', | |
| 253 'app/theme/menu_overflow_down.pdf', | |
| 254 'app/theme/menu_overflow_up.pdf', | |
| 255 'app/theme/nav.pdf', | 251 'app/theme/nav.pdf', |
| 256 'app/theme/newtab.pdf', | 252 'app/theme/newtab.pdf', |
| 257 'app/theme/newtab_h.pdf', | 253 'app/theme/newtab_h.pdf', |
| 258 'app/theme/newtab_p.pdf', | 254 'app/theme/newtab_p.pdf', |
| 259 'app/theme/omnibox_extension_app.pdf', | 255 'app/theme/omnibox_extension_app.pdf', |
| 260 'app/theme/omnibox_history.pdf', | 256 'app/theme/omnibox_history.pdf', |
| 261 'app/theme/omnibox_http.pdf', | 257 'app/theme/omnibox_http.pdf', |
| 262 'app/theme/omnibox_https_invalid.pdf', | 258 'app/theme/omnibox_https_invalid.pdf', |
| 263 'app/theme/omnibox_https_valid.pdf', | 259 'app/theme/omnibox_https_valid.pdf', |
| 264 'app/theme/omnibox_https_warning.pdf', | 260 'app/theme/omnibox_https_warning.pdf', |
| (...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 712 'LinkIncremental': '<(msvs_debug_link_nonincremental)', | 708 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
| 713 }, | 709 }, |
| 714 }, | 710 }, |
| 715 }, | 711 }, |
| 716 }, | 712 }, |
| 717 }, # target chrome_dll | 713 }, # target chrome_dll |
| 718 ], | 714 ], |
| 719 }], | 715 }], |
| 720 ], | 716 ], |
| 721 } | 717 } |
| OLD | NEW |