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 4392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4403 'app/nibs/CookieDetailsView.xib', | 4403 'app/nibs/CookieDetailsView.xib', |
4404 'app/nibs/DownloadItem.xib', | 4404 'app/nibs/DownloadItem.xib', |
4405 'app/nibs/DownloadShelf.xib', | 4405 'app/nibs/DownloadShelf.xib', |
4406 'app/nibs/EditSearchEngine.xib', | 4406 'app/nibs/EditSearchEngine.xib', |
4407 'app/nibs/ExtensionInstallPrompt.xib', | 4407 'app/nibs/ExtensionInstallPrompt.xib', |
4408 'app/nibs/ExtensionInstallPromptInline.xib', | 4408 'app/nibs/ExtensionInstallPromptInline.xib', |
4409 'app/nibs/ExtensionInstallPromptNoWarnings.xib', | 4409 'app/nibs/ExtensionInstallPromptNoWarnings.xib', |
4410 'app/nibs/ExtensionInstalledBubble.xib', | 4410 'app/nibs/ExtensionInstalledBubble.xib', |
4411 'app/nibs/FirstRunBubble.xib', | 4411 'app/nibs/FirstRunBubble.xib', |
4412 'app/nibs/FirstRunDialog.xib', | 4412 'app/nibs/FirstRunDialog.xib', |
| 4413 'app/nibs/FullScreenExitBubble.xib', |
4413 'app/nibs/GlobalErrorBubble.xib', | 4414 'app/nibs/GlobalErrorBubble.xib', |
4414 'app/nibs/HttpAuthLoginSheet.xib', | 4415 'app/nibs/HttpAuthLoginSheet.xib', |
4415 'app/nibs/HungRendererDialog.xib', | 4416 'app/nibs/HungRendererDialog.xib', |
4416 'app/nibs/ImportProgressDialog.xib', | 4417 'app/nibs/ImportProgressDialog.xib', |
4417 'app/nibs/InstantOptIn.xib', | 4418 'app/nibs/InstantOptIn.xib', |
4418 'app/nibs/MainMenu.xib', | 4419 'app/nibs/MainMenu.xib', |
4419 'app/nibs/ReportBug.xib', | 4420 'app/nibs/ReportBug.xib', |
4420 'app/nibs/SadTab.xib', | 4421 'app/nibs/SadTab.xib', |
4421 'app/nibs/SaveAccessoryView.xib', | 4422 'app/nibs/SaveAccessoryView.xib', |
4422 'app/nibs/SearchEngineDialog.xib', | 4423 'app/nibs/SearchEngineDialog.xib', |
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5138 'type': 'static_library', | 5139 'type': 'static_library', |
5139 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5140 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5140 'variables': { | 5141 'variables': { |
5141 'proto_in_dir': 'browser/history', | 5142 'proto_in_dir': 'browser/history', |
5142 'proto_out_dir': 'chrome/browser/history', | 5143 'proto_out_dir': 'chrome/browser/history', |
5143 }, | 5144 }, |
5144 'includes': [ '../build/protoc.gypi' ] | 5145 'includes': [ '../build/protoc.gypi' ] |
5145 }, | 5146 }, |
5146 ], | 5147 ], |
5147 } | 5148 } |
OLD | NEW |