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 4394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4405 'app/nibs/CookieDetailsView.xib', | 4405 'app/nibs/CookieDetailsView.xib', |
4406 'app/nibs/DownloadItem.xib', | 4406 'app/nibs/DownloadItem.xib', |
4407 'app/nibs/DownloadShelf.xib', | 4407 'app/nibs/DownloadShelf.xib', |
4408 'app/nibs/EditSearchEngine.xib', | 4408 'app/nibs/EditSearchEngine.xib', |
4409 'app/nibs/ExtensionInstallPrompt.xib', | 4409 'app/nibs/ExtensionInstallPrompt.xib', |
4410 'app/nibs/ExtensionInstallPromptInline.xib', | 4410 'app/nibs/ExtensionInstallPromptInline.xib', |
4411 'app/nibs/ExtensionInstallPromptNoWarnings.xib', | 4411 'app/nibs/ExtensionInstallPromptNoWarnings.xib', |
4412 'app/nibs/ExtensionInstalledBubble.xib', | 4412 'app/nibs/ExtensionInstalledBubble.xib', |
4413 'app/nibs/FirstRunBubble.xib', | 4413 'app/nibs/FirstRunBubble.xib', |
4414 'app/nibs/FirstRunDialog.xib', | 4414 'app/nibs/FirstRunDialog.xib', |
| 4415 'app/nibs/FullScreenExitBubble.xib', |
4415 'app/nibs/GlobalErrorBubble.xib', | 4416 'app/nibs/GlobalErrorBubble.xib', |
4416 'app/nibs/HttpAuthLoginSheet.xib', | 4417 'app/nibs/HttpAuthLoginSheet.xib', |
4417 'app/nibs/HungRendererDialog.xib', | 4418 'app/nibs/HungRendererDialog.xib', |
4418 'app/nibs/ImportProgressDialog.xib', | 4419 'app/nibs/ImportProgressDialog.xib', |
4419 'app/nibs/InstantOptIn.xib', | 4420 'app/nibs/InstantOptIn.xib', |
4420 'app/nibs/MainMenu.xib', | 4421 'app/nibs/MainMenu.xib', |
4421 'app/nibs/ReportBug.xib', | 4422 'app/nibs/ReportBug.xib', |
4422 'app/nibs/SadTab.xib', | 4423 'app/nibs/SadTab.xib', |
4423 'app/nibs/SaveAccessoryView.xib', | 4424 'app/nibs/SaveAccessoryView.xib', |
4424 'app/nibs/SearchEngineDialog.xib', | 4425 'app/nibs/SearchEngineDialog.xib', |
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5173 'type': 'static_library', | 5174 'type': 'static_library', |
5174 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5175 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5175 'variables': { | 5176 'variables': { |
5176 'proto_in_dir': 'browser/history', | 5177 'proto_in_dir': 'browser/history', |
5177 'proto_out_dir': 'chrome/browser/history', | 5178 'proto_out_dir': 'chrome/browser/history', |
5178 }, | 5179 }, |
5179 'includes': [ '../build/protoc.gypi' ] | 5180 'includes': [ '../build/protoc.gypi' ] |
5180 }, | 5181 }, |
5181 ], | 5182 ], |
5182 } | 5183 } |
OLD | NEW |