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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 4347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4358 'app/nibs/CookieDetailsView.xib', | 4358 'app/nibs/CookieDetailsView.xib', |
4359 'app/nibs/DownloadItem.xib', | 4359 'app/nibs/DownloadItem.xib', |
4360 'app/nibs/DownloadShelf.xib', | 4360 'app/nibs/DownloadShelf.xib', |
4361 'app/nibs/EditSearchEngine.xib', | 4361 'app/nibs/EditSearchEngine.xib', |
4362 'app/nibs/ExtensionInstallPrompt.xib', | 4362 'app/nibs/ExtensionInstallPrompt.xib', |
4363 'app/nibs/ExtensionInstallPromptInline.xib', | 4363 'app/nibs/ExtensionInstallPromptInline.xib', |
4364 'app/nibs/ExtensionInstallPromptNoWarnings.xib', | 4364 'app/nibs/ExtensionInstallPromptNoWarnings.xib', |
4365 'app/nibs/ExtensionInstalledBubble.xib', | 4365 'app/nibs/ExtensionInstalledBubble.xib', |
4366 'app/nibs/FirstRunBubble.xib', | 4366 'app/nibs/FirstRunBubble.xib', |
4367 'app/nibs/FirstRunDialog.xib', | 4367 'app/nibs/FirstRunDialog.xib', |
| 4368 'app/nibs/FullScreenExitBubble.xib', |
4368 'app/nibs/GlobalErrorBubble.xib', | 4369 'app/nibs/GlobalErrorBubble.xib', |
4369 'app/nibs/HttpAuthLoginSheet.xib', | 4370 'app/nibs/HttpAuthLoginSheet.xib', |
4370 'app/nibs/HungRendererDialog.xib', | 4371 'app/nibs/HungRendererDialog.xib', |
4371 'app/nibs/ImportProgressDialog.xib', | 4372 'app/nibs/ImportProgressDialog.xib', |
4372 'app/nibs/InstantOptIn.xib', | 4373 'app/nibs/InstantOptIn.xib', |
4373 'app/nibs/MainMenu.xib', | 4374 'app/nibs/MainMenu.xib', |
4374 'app/nibs/ReportBug.xib', | 4375 'app/nibs/ReportBug.xib', |
4375 'app/nibs/SadTab.xib', | 4376 'app/nibs/SadTab.xib', |
4376 'app/nibs/SaveAccessoryView.xib', | 4377 'app/nibs/SaveAccessoryView.xib', |
4377 'app/nibs/SearchEngineDialog.xib', | 4378 'app/nibs/SearchEngineDialog.xib', |
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5071 'type': 'static_library', | 5072 'type': 'static_library', |
5072 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5073 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5073 'variables': { | 5074 'variables': { |
5074 'proto_in_dir': 'browser/history', | 5075 'proto_in_dir': 'browser/history', |
5075 'proto_out_dir': 'chrome/browser/history', | 5076 'proto_out_dir': 'chrome/browser/history', |
5076 }, | 5077 }, |
5077 'includes': [ '../build/protoc.gypi' ] | 5078 'includes': [ '../build/protoc.gypi' ] |
5078 }, | 5079 }, |
5079 ], | 5080 ], |
5080 } | 5081 } |
OLD | NEW |