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 4245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4256 }], | 4256 }], |
4257 ['use_gnome_keyring==0', { | 4257 ['use_gnome_keyring==0', { |
4258 'sources!': [ | 4258 'sources!': [ |
4259 'browser/password_manager/native_backend_gnome_x.cc', | 4259 'browser/password_manager/native_backend_gnome_x.cc', |
4260 'browser/password_manager/native_backend_gnome_x.h', | 4260 'browser/password_manager/native_backend_gnome_x.h', |
4261 ], | 4261 ], |
4262 }], | 4262 }], |
4263 ['use_ash==1', { | 4263 ['use_ash==1', { |
4264 'dependencies': [ | 4264 'dependencies': [ |
4265 '../ash/ash.gyp:ash', | 4265 '../ash/ash.gyp:ash', |
| 4266 '../ui/app_list/app_list.gyp:app_list', |
4266 ], | 4267 ], |
4267 }], | 4268 }], |
4268 ['use_aura==1', { | 4269 ['use_aura==1', { |
4269 'sources/': [ | 4270 'sources/': [ |
4270 ['exclude', '^browser/automation/automation_provider_win.cc'], | 4271 ['exclude', '^browser/automation/automation_provider_win.cc'], |
4271 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc
'], | 4272 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc
'], |
4272 ['exclude', '^browser/automation/chrome_frame_automation_provider.h'
], | 4273 ['exclude', '^browser/automation/chrome_frame_automation_provider.h'
], |
4273 ['exclude', '^browser/automation/testing_automation_provider_win.cc'
], | 4274 ['exclude', '^browser/automation/testing_automation_provider_win.cc'
], |
4274 ['exclude', '^browser/external_tab/external_tab_container_win.cc'], | 4275 ['exclude', '^browser/external_tab/external_tab_container_win.cc'], |
4275 ['exclude', '^browser/external_tab/external_tab_container_win.h'], | 4276 ['exclude', '^browser/external_tab/external_tab_container_win.h'], |
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5022 'browser/metrics/proto/study.proto', | 5023 'browser/metrics/proto/study.proto', |
5023 ], | 5024 ], |
5024 'variables': { | 5025 'variables': { |
5025 'proto_in_dir': 'browser/metrics/proto', | 5026 'proto_in_dir': 'browser/metrics/proto', |
5026 'proto_out_dir': 'chrome/browser/metrics/proto', | 5027 'proto_out_dir': 'chrome/browser/metrics/proto', |
5027 }, | 5028 }, |
5028 'includes': [ '../build/protoc.gypi' ] | 5029 'includes': [ '../build/protoc.gypi' ] |
5029 }, | 5030 }, |
5030 ], | 5031 ], |
5031 } | 5032 } |
OLD | NEW |