| 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 4380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4391 'app/nibs/CookieDetailsView.xib', | 4391 'app/nibs/CookieDetailsView.xib', |
| 4392 'app/nibs/DownloadItem.xib', | 4392 'app/nibs/DownloadItem.xib', |
| 4393 'app/nibs/DownloadShelf.xib', | 4393 'app/nibs/DownloadShelf.xib', |
| 4394 'app/nibs/EditSearchEngine.xib', | 4394 'app/nibs/EditSearchEngine.xib', |
| 4395 'app/nibs/ExtensionInstallPrompt.xib', | 4395 'app/nibs/ExtensionInstallPrompt.xib', |
| 4396 'app/nibs/ExtensionInstallPromptInline.xib', | 4396 'app/nibs/ExtensionInstallPromptInline.xib', |
| 4397 'app/nibs/ExtensionInstallPromptNoWarnings.xib', | 4397 'app/nibs/ExtensionInstallPromptNoWarnings.xib', |
| 4398 'app/nibs/ExtensionInstalledBubble.xib', | 4398 'app/nibs/ExtensionInstalledBubble.xib', |
| 4399 'app/nibs/FirstRunBubble.xib', | 4399 'app/nibs/FirstRunBubble.xib', |
| 4400 'app/nibs/FirstRunDialog.xib', | 4400 'app/nibs/FirstRunDialog.xib', |
| 4401 'app/nibs/FullScreenExitBubble.xib', |
| 4401 'app/nibs/GlobalErrorBubble.xib', | 4402 'app/nibs/GlobalErrorBubble.xib', |
| 4402 'app/nibs/HttpAuthLoginSheet.xib', | 4403 'app/nibs/HttpAuthLoginSheet.xib', |
| 4403 'app/nibs/HungRendererDialog.xib', | 4404 'app/nibs/HungRendererDialog.xib', |
| 4404 'app/nibs/ImportProgressDialog.xib', | 4405 'app/nibs/ImportProgressDialog.xib', |
| 4405 'app/nibs/InstantOptIn.xib', | 4406 'app/nibs/InstantOptIn.xib', |
| 4406 'app/nibs/MainMenu.xib', | 4407 'app/nibs/MainMenu.xib', |
| 4407 'app/nibs/ReportBug.xib', | 4408 'app/nibs/ReportBug.xib', |
| 4408 'app/nibs/SadTab.xib', | 4409 'app/nibs/SadTab.xib', |
| 4409 'app/nibs/SaveAccessoryView.xib', | 4410 'app/nibs/SaveAccessoryView.xib', |
| 4410 'app/nibs/SearchEngineDialog.xib', | 4411 'app/nibs/SearchEngineDialog.xib', |
| (...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5126 'type': 'static_library', | 5127 'type': 'static_library', |
| 5127 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5128 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5128 'variables': { | 5129 'variables': { |
| 5129 'proto_in_dir': 'browser/history', | 5130 'proto_in_dir': 'browser/history', |
| 5130 'proto_out_dir': 'chrome/browser/history', | 5131 'proto_out_dir': 'chrome/browser/history', |
| 5131 }, | 5132 }, |
| 5132 'includes': [ '../build/protoc.gypi' ] | 5133 'includes': [ '../build/protoc.gypi' ] |
| 5133 }, | 5134 }, |
| 5134 ], | 5135 ], |
| 5135 } | 5136 } |
| OLD | NEW |