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