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 4235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4246 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], | 4246 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], |
4247 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], | 4247 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], |
4248 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], | 4248 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], |
4249 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], | 4249 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], |
4250 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.cc'], | 4250 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.cc'], |
4251 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'], | 4251 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'], |
4252 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'], | 4252 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'], |
4253 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'], | 4253 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'], |
4254 ], | 4254 ], |
4255 'dependencies': [ | 4255 'dependencies': [ |
| 4256 '../ui/aura/aura.gyp:aura', |
4256 '../ui/aura_shell/aura_shell.gyp:aura_shell', | 4257 '../ui/aura_shell/aura_shell.gyp:aura_shell', |
4257 '../ui/gfx/compositor/compositor.gyp:compositor', | 4258 '../ui/gfx/compositor/compositor.gyp:compositor', |
4258 ], | 4259 ], |
4259 }], | 4260 }], |
4260 ['ui_compositor_image_transport==1', { | 4261 ['ui_compositor_image_transport==1', { |
4261 'dependencies': [ | 4262 'dependencies': [ |
4262 '../ui/gfx/gl/gl.gyp:gl', | 4263 '../ui/gfx/gl/gl.gyp:gl', |
4263 ], | 4264 ], |
4264 }], | 4265 }], |
4265 ['use_virtual_keyboard==0', { | 4266 ['use_virtual_keyboard==0', { |
(...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5285 'type': 'static_library', | 5286 'type': 'static_library', |
5286 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5287 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5287 'variables': { | 5288 'variables': { |
5288 'proto_in_dir': 'browser/history', | 5289 'proto_in_dir': 'browser/history', |
5289 'proto_out_dir': 'chrome/browser/history', | 5290 'proto_out_dir': 'chrome/browser/history', |
5290 }, | 5291 }, |
5291 'includes': [ '../build/protoc.gypi' ] | 5292 'includes': [ '../build/protoc.gypi' ] |
5292 }, | 5293 }, |
5293 ], | 5294 ], |
5294 } | 5295 } |
OLD | NEW |