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 4350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4361 ['include', '^browser/ui/views/simple_message_box_views.cc'], | 4361 ['include', '^browser/ui/views/simple_message_box_views.cc'], |
4362 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], | 4362 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], |
4363 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], | 4363 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], |
4364 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], | 4364 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], |
4365 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], | 4365 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], |
4366 ], | 4366 ], |
4367 'dependencies': [ | 4367 'dependencies': [ |
4368 '../ui/aura/aura.gyp:aura', | 4368 '../ui/aura/aura.gyp:aura', |
4369 '../ui/compositor/compositor.gyp:compositor', | 4369 '../ui/compositor/compositor.gyp:compositor', |
4370 ], | 4370 ], |
| 4371 'conditions': [ |
| 4372 ['OS=="win"', { |
| 4373 'sources/': [ |
| 4374 ['exclude', '^browser/background/background_mode_manager_aura.cc
'], |
| 4375 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], |
| 4376 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], |
| 4377 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], |
| 4378 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'], |
| 4379 ['exclude', '^browser/ui/browser_list_win.cc'], |
| 4380 ['exclude', '^browser/fullscreen_win.cc'], |
| 4381 ], |
| 4382 }], |
| 4383 ], |
4371 }], | 4384 }], |
4372 ['ui_compositor_image_transport==1', { | 4385 ['ui_compositor_image_transport==1', { |
4373 'dependencies': [ | 4386 'dependencies': [ |
4374 '../ui/gl/gl.gyp:gl', | 4387 '../ui/gl/gl.gyp:gl', |
4375 ], | 4388 ], |
4376 }], | 4389 }], |
4377 ['use_virtual_keyboard==0', { | 4390 ['use_virtual_keyboard==0', { |
4378 'sources/': [ | 4391 'sources/': [ |
4379 ['exclude', '^browser/chromeos/input_method/virtual_keyboard_selecto
r.*'], | 4392 ['exclude', '^browser/chromeos/input_method/virtual_keyboard_selecto
r.*'], |
4380 ['exclude', '^browser/ui/virtual_keyboard/*'], | 4393 ['exclude', '^browser/ui/virtual_keyboard/*'], |
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5051 'type': 'static_library', | 5064 'type': 'static_library', |
5052 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5065 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5053 'variables': { | 5066 'variables': { |
5054 'proto_in_dir': 'browser/chromeos/gdata', | 5067 'proto_in_dir': 'browser/chromeos/gdata', |
5055 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5068 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5056 }, | 5069 }, |
5057 'includes': [ '../build/protoc.gypi' ] | 5070 'includes': [ '../build/protoc.gypi' ] |
5058 }, | 5071 }, |
5059 ], | 5072 ], |
5060 } | 5073 } |
OLD | NEW |