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 4236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4247 }], | 4247 }], |
4248 ['use_gnome_keyring==0', { | 4248 ['use_gnome_keyring==0', { |
4249 'sources!': [ | 4249 'sources!': [ |
4250 'browser/password_manager/native_backend_gnome_x.cc', | 4250 'browser/password_manager/native_backend_gnome_x.cc', |
4251 'browser/password_manager/native_backend_gnome_x.h', | 4251 'browser/password_manager/native_backend_gnome_x.h', |
4252 ], | 4252 ], |
4253 }], | 4253 }], |
4254 ['use_ash==1', { | 4254 ['use_ash==1', { |
4255 'dependencies': [ | 4255 'dependencies': [ |
4256 '../ash/ash.gyp:ash', | 4256 '../ash/ash.gyp:ash', |
| 4257 '../ash/ash_strings.gyp:ash_strings', |
4257 ], | 4258 ], |
4258 }], | 4259 }], |
4259 ['use_aura==1', { | 4260 ['use_aura==1', { |
4260 'sources/': [ | 4261 'sources/': [ |
4261 ['exclude', '^browser/automation/automation_provider_win.cc'], | 4262 ['exclude', '^browser/automation/automation_provider_win.cc'], |
4262 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc
'], | 4263 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc
'], |
4263 ['exclude', '^browser/automation/chrome_frame_automation_provider.h'
], | 4264 ['exclude', '^browser/automation/chrome_frame_automation_provider.h'
], |
4264 ['exclude', '^browser/automation/testing_automation_provider_win.cc'
], | 4265 ['exclude', '^browser/automation/testing_automation_provider_win.cc'
], |
4265 ['exclude', '^browser/external_tab/external_tab_container_win.cc'], | 4266 ['exclude', '^browser/external_tab/external_tab_container_win.cc'], |
4266 ['exclude', '^browser/external_tab/external_tab_container_win.h'], | 4267 ['exclude', '^browser/external_tab/external_tab_container_win.h'], |
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5012 'browser/metrics/proto/study.proto', | 5013 'browser/metrics/proto/study.proto', |
5013 ], | 5014 ], |
5014 'variables': { | 5015 'variables': { |
5015 'proto_in_dir': 'browser/metrics/proto', | 5016 'proto_in_dir': 'browser/metrics/proto', |
5016 'proto_out_dir': 'chrome/browser/metrics/proto', | 5017 'proto_out_dir': 'chrome/browser/metrics/proto', |
5017 }, | 5018 }, |
5018 'includes': [ '../build/protoc.gypi' ] | 5019 'includes': [ '../build/protoc.gypi' ] |
5019 }, | 5020 }, |
5020 ], | 5021 ], |
5021 } | 5022 } |
OLD | NEW |