OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 4307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4318 ['include', '^browser/chromeos/status/status_area_view.h'], | 4318 ['include', '^browser/chromeos/status/status_area_view.h'], |
4319 ['include', '^browser/ui/views/simple_message_box_views.cc'], | 4319 ['include', '^browser/ui/views/simple_message_box_views.cc'], |
4320 ['include', '^browser/ui/views/simple_message_box_views.h'], | 4320 ['include', '^browser/ui/views/simple_message_box_views.h'], |
4321 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], | 4321 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], |
4322 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], | 4322 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], |
4323 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], | 4323 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], |
4324 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], | 4324 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], |
4325 ], | 4325 ], |
4326 'dependencies': [ | 4326 'dependencies': [ |
4327 '../ui/aura/aura.gyp:aura', | 4327 '../ui/aura/aura.gyp:aura', |
4328 '../ui/gfx/compositor/compositor.gyp:compositor', | 4328 '../ui/compositor/compositor.gyp:compositor', |
4329 ], | 4329 ], |
4330 }], | 4330 }], |
4331 ['ui_compositor_image_transport==1', { | 4331 ['ui_compositor_image_transport==1', { |
4332 'dependencies': [ | 4332 'dependencies': [ |
4333 '../ui/gfx/gl/gl.gyp:gl', | 4333 '../ui/gfx/gl/gl.gyp:gl', |
4334 ], | 4334 ], |
4335 }], | 4335 }], |
4336 ['use_virtual_keyboard==0', { | 4336 ['use_virtual_keyboard==0', { |
4337 'sources/': [ | 4337 'sources/': [ |
4338 ['exclude', '^browser/chromeos/input_method/virtual_keyboard_selecto
r.*'], | 4338 ['exclude', '^browser/chromeos/input_method/virtual_keyboard_selecto
r.*'], |
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5249 'type': 'static_library', | 5249 'type': 'static_library', |
5250 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5250 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5251 'variables': { | 5251 'variables': { |
5252 'proto_in_dir': 'browser/chromeos/gdata', | 5252 'proto_in_dir': 'browser/chromeos/gdata', |
5253 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5253 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5254 }, | 5254 }, |
5255 'includes': [ '../build/protoc.gypi' ] | 5255 'includes': [ '../build/protoc.gypi' ] |
5256 }, | 5256 }, |
5257 ], | 5257 ], |
5258 } | 5258 } |
OLD | NEW |