OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 4344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4355 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], | 4355 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], |
4356 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], | 4356 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], |
4357 ], | 4357 ], |
4358 'dependencies': [ | 4358 'dependencies': [ |
4359 '../ui/aura/aura.gyp:aura', | 4359 '../ui/aura/aura.gyp:aura', |
4360 '../ui/compositor/compositor.gyp:compositor', | 4360 '../ui/compositor/compositor.gyp:compositor', |
4361 ], | 4361 ], |
4362 }], | 4362 }], |
4363 ['ui_compositor_image_transport==1', { | 4363 ['ui_compositor_image_transport==1', { |
4364 'dependencies': [ | 4364 'dependencies': [ |
4365 '../ui/gfx/gl/gl.gyp:gl', | 4365 '../ui/gl/gl.gyp:gl', |
4366 ], | 4366 ], |
4367 }], | 4367 }], |
4368 ['use_virtual_keyboard==0', { | 4368 ['use_virtual_keyboard==0', { |
4369 'sources/': [ | 4369 'sources/': [ |
4370 ['exclude', '^browser/chromeos/input_method/virtual_keyboard_selecto
r.*'], | 4370 ['exclude', '^browser/chromeos/input_method/virtual_keyboard_selecto
r.*'], |
4371 ['exclude', '^browser/ui/touch/status_bubble_touch.*'], | 4371 ['exclude', '^browser/ui/touch/status_bubble_touch.*'], |
4372 ['exclude', '^browser/ui/virtual_keyboard/*'], | 4372 ['exclude', '^browser/ui/virtual_keyboard/*'], |
4373 ['exclude', '^browser/ui/webui/keyboard_ui.*'], | 4373 ['exclude', '^browser/ui/webui/keyboard_ui.*'], |
4374 ['exclude', '^browser/ui/webui/options2/chromeos/virtual_keyboard_ma
nager_handler2.*'], | 4374 ['exclude', '^browser/ui/webui/options2/chromeos/virtual_keyboard_ma
nager_handler2.*'], |
4375 ], | 4375 ], |
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5039 'type': 'static_library', | 5039 'type': 'static_library', |
5040 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5040 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5041 'variables': { | 5041 'variables': { |
5042 'proto_in_dir': 'browser/chromeos/gdata', | 5042 'proto_in_dir': 'browser/chromeos/gdata', |
5043 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5043 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5044 }, | 5044 }, |
5045 'includes': [ '../build/protoc.gypi' ] | 5045 'includes': [ '../build/protoc.gypi' ] |
5046 }, | 5046 }, |
5047 ], | 5047 ], |
5048 } | 5048 } |
OLD | NEW |