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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 4238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4249 '../ui/gfx/compositor/compositor.gyp:compositor', | 4249 '../ui/gfx/compositor/compositor.gyp:compositor', |
4250 ], | 4250 ], |
4251 }], | 4251 }], |
4252 ['ui_compositor_image_transport==1', { | 4252 ['ui_compositor_image_transport==1', { |
4253 'dependencies': [ | 4253 'dependencies': [ |
4254 '../ui/gfx/gl/gl.gyp:gl', | 4254 '../ui/gfx/gl/gl.gyp:gl', |
4255 ], | 4255 ], |
4256 }], | 4256 }], |
4257 ['use_virtual_keyboard==0', { | 4257 ['use_virtual_keyboard==0', { |
4258 'sources/': [ | 4258 'sources/': [ |
4259 ['exclude', '^browser/extensions/extension_input_ui_api.*'], | |
4260 ['exclude', '^browser/ui/touch/status_bubble_touch.*'], | 4259 ['exclude', '^browser/ui/touch/status_bubble_touch.*'], |
4261 ['exclude', '^browser/ui/virtual_keyboard/*'], | 4260 ['exclude', '^browser/ui/virtual_keyboard/*'], |
4262 ['exclude', '^browser/ui/webui/keyboard_ui.*'], | 4261 ['exclude', '^browser/ui/webui/keyboard_ui.*'], |
4263 ], | 4262 ], |
4264 }], | 4263 }], |
4265 ['os_posix == 1 and OS != "mac"', { | 4264 ['os_posix == 1 and OS != "mac"', { |
4266 'link_settings': { | 4265 'link_settings': { |
4267 'libraries': [ | 4266 'libraries': [ |
4268 '-lXss', | 4267 '-lXss', |
4269 ], | 4268 ], |
(...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5247 'type': 'static_library', | 5246 'type': 'static_library', |
5248 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5247 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5249 'variables': { | 5248 'variables': { |
5250 'proto_in_dir': 'browser/history', | 5249 'proto_in_dir': 'browser/history', |
5251 'proto_out_dir': 'chrome/browser/history', | 5250 'proto_out_dir': 'chrome/browser/history', |
5252 }, | 5251 }, |
5253 'includes': [ '../build/protoc.gypi' ] | 5252 'includes': [ '../build/protoc.gypi' ] |
5254 }, | 5253 }, |
5255 ], | 5254 ], |
5256 } | 5255 } |
OLD | NEW |