| 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 4164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4175 ['include', '^browser/ui/views/simple_message_box_views.h'], | 4175 ['include', '^browser/ui/views/simple_message_box_views.h'], |
| 4176 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.cc'], | 4176 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.cc'], |
| 4177 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'], | 4177 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'], |
| 4178 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'], | 4178 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'], |
| 4179 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'], | 4179 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'], |
| 4180 ], | 4180 ], |
| 4181 'dependencies': [ | 4181 'dependencies': [ |
| 4182 '../ui/aura_shell/aura_shell.gyp:aura_shell', | 4182 '../ui/aura_shell/aura_shell.gyp:aura_shell', |
| 4183 ], | 4183 ], |
| 4184 }], | 4184 }], |
| 4185 ['views_gpu_image_transport==0', { | 4185 ['ui_compositor_image_transport==0', { |
| 4186 'sources/': [ | 4186 'sources/': [ |
| 4187 ['exclude', '^browser/renderer_host/accelerated_surface_container_to
uch.cc'], | 4187 ['exclude', '^browser/renderer_host/accelerated_surface_container_to
uch.cc'], |
| 4188 ['exclude', '^browser/renderer_host/accelerated_surface_container_to
uch.h'], | 4188 ['exclude', '^browser/renderer_host/accelerated_surface_container_to
uch.h'], |
| 4189 ], | 4189 ], |
| 4190 }], | 4190 }], |
| 4191 ['views_gpu_image_transport==1', { | 4191 ['ui_compositor_image_transport==1', { |
| 4192 'dependencies': [ | 4192 'dependencies': [ |
| 4193 '../ui/gfx/compositor/compositor.gyp:compositor', | 4193 '../ui/gfx/compositor/compositor.gyp:compositor', |
| 4194 '../ui/gfx/gl/gl.gyp:gl', | 4194 '../ui/gfx/gl/gl.gyp:gl', |
| 4195 ], | 4195 ], |
| 4196 'link_settings': { | 4196 'link_settings': { |
| 4197 'libraries': [ | 4197 'libraries': [ |
| 4198 '-lXcomposite', | 4198 '-lXcomposite', |
| 4199 ], | 4199 ], |
| 4200 }, | 4200 }, |
| 4201 'include_dirs': [ | 4201 'include_dirs': [ |
| (...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5197 'type': 'static_library', | 5197 'type': 'static_library', |
| 5198 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5198 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5199 'variables': { | 5199 'variables': { |
| 5200 'proto_in_dir': 'browser/history', | 5200 'proto_in_dir': 'browser/history', |
| 5201 'proto_out_dir': 'chrome/browser/history', | 5201 'proto_out_dir': 'chrome/browser/history', |
| 5202 }, | 5202 }, |
| 5203 'includes': [ '../build/protoc.gypi' ] | 5203 'includes': [ '../build/protoc.gypi' ] |
| 5204 }, | 5204 }, |
| 5205 ], | 5205 ], |
| 5206 } | 5206 } |
| OLD | NEW |