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 4356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4367 'app/nibs/CookieDetailsView.xib', | 4367 'app/nibs/CookieDetailsView.xib', |
4368 'app/nibs/DownloadItem.xib', | 4368 'app/nibs/DownloadItem.xib', |
4369 'app/nibs/DownloadShelf.xib', | 4369 'app/nibs/DownloadShelf.xib', |
4370 'app/nibs/EditSearchEngine.xib', | 4370 'app/nibs/EditSearchEngine.xib', |
4371 'app/nibs/ExtensionInstallPrompt.xib', | 4371 'app/nibs/ExtensionInstallPrompt.xib', |
4372 'app/nibs/ExtensionInstallPromptInline.xib', | 4372 'app/nibs/ExtensionInstallPromptInline.xib', |
4373 'app/nibs/ExtensionInstallPromptNoWarnings.xib', | 4373 'app/nibs/ExtensionInstallPromptNoWarnings.xib', |
4374 'app/nibs/ExtensionInstalledBubble.xib', | 4374 'app/nibs/ExtensionInstalledBubble.xib', |
4375 'app/nibs/FirstRunBubble.xib', | 4375 'app/nibs/FirstRunBubble.xib', |
4376 'app/nibs/FirstRunDialog.xib', | 4376 'app/nibs/FirstRunDialog.xib', |
| 4377 'app/nibs/FullScreenExitBubble.xib', |
4377 'app/nibs/GlobalErrorBubble.xib', | 4378 'app/nibs/GlobalErrorBubble.xib', |
4378 'app/nibs/HttpAuthLoginSheet.xib', | 4379 'app/nibs/HttpAuthLoginSheet.xib', |
4379 'app/nibs/HungRendererDialog.xib', | 4380 'app/nibs/HungRendererDialog.xib', |
4380 'app/nibs/ImportProgressDialog.xib', | 4381 'app/nibs/ImportProgressDialog.xib', |
4381 'app/nibs/InstantOptIn.xib', | 4382 'app/nibs/InstantOptIn.xib', |
4382 'app/nibs/MainMenu.xib', | 4383 'app/nibs/MainMenu.xib', |
4383 'app/nibs/ReportBug.xib', | 4384 'app/nibs/ReportBug.xib', |
4384 'app/nibs/SadTab.xib', | 4385 'app/nibs/SadTab.xib', |
4385 'app/nibs/SaveAccessoryView.xib', | 4386 'app/nibs/SaveAccessoryView.xib', |
4386 'app/nibs/SearchEngineDialog.xib', | 4387 'app/nibs/SearchEngineDialog.xib', |
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5081 'type': 'static_library', | 5082 'type': 'static_library', |
5082 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5083 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5083 'variables': { | 5084 'variables': { |
5084 'proto_in_dir': 'browser/history', | 5085 'proto_in_dir': 'browser/history', |
5085 'proto_out_dir': 'chrome/browser/history', | 5086 'proto_out_dir': 'chrome/browser/history', |
5086 }, | 5087 }, |
5087 'includes': [ '../build/protoc.gypi' ] | 5088 'includes': [ '../build/protoc.gypi' ] |
5088 }, | 5089 }, |
5089 ], | 5090 ], |
5090 } | 5091 } |
OLD | NEW |