OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 3345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3356 ['exclude', '^browser/first_run/'], | 3356 ['exclude', '^browser/first_run/'], |
3357 ['exclude', '^browser/importer/'], | 3357 ['exclude', '^browser/importer/'], |
3358 ['exclude', '^browser/media_galleries/'], | 3358 ['exclude', '^browser/media_galleries/'], |
3359 ['exclude', '^browser/net/firefox_*'], | 3359 ['exclude', '^browser/net/firefox_*'], |
3360 ['exclude', '^browser/profile_resetter/'], | 3360 ['exclude', '^browser/profile_resetter/'], |
3361 ['exclude', '^browser/service/'], | 3361 ['exclude', '^browser/service/'], |
3362 ['exclude', '^browser/sync/glue/app_'], | 3362 ['exclude', '^browser/sync/glue/app_'], |
3363 ['exclude', '^browser/sync/glue/extension_'], | 3363 ['exclude', '^browser/sync/glue/extension_'], |
3364 ['exclude', '^browser/sync/glue/theme_'], | 3364 ['exclude', '^browser/sync/glue/theme_'], |
3365 ['exclude', '^browser/usb/'], | 3365 ['exclude', '^browser/usb/'], |
| 3366 ['exclude', '^third_party/mozilla_security_manager/'], |
3366 ], | 3367 ], |
3367 }], | 3368 }], |
3368 ['OS=="mac"', { | 3369 ['OS=="mac"', { |
3369 'dependencies': [ | 3370 'dependencies': [ |
3370 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', | 3371 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
3371 '../third_party/mozilla/mozilla.gyp:mozilla', | 3372 '../third_party/mozilla/mozilla.gyp:mozilla', |
3372 ], | 3373 ], |
3373 'sources!': [ | 3374 'sources!': [ |
3374 'browser/automation/automation_provider_list_generic.cc', | 3375 'browser/automation/automation_provider_list_generic.cc', |
3375 'browser/first_run/upgrade_util.cc', | 3376 'browser/first_run/upgrade_util.cc', |
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3738 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3739 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3739 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3740 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3740 }, | 3741 }, |
3741 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3742 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3742 }, | 3743 }, |
3743 ], | 3744 ], |
3744 }, | 3745 }, |
3745 ], | 3746 ], |
3746 ], | 3747 ], |
3747 } | 3748 } |
OLD | NEW |