| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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_extensions', | 8 'target_name': 'browser_extensions', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 '../third_party/re2/re2.gyp:re2', | 39 '../third_party/re2/re2.gyp:re2', |
| 40 '../ui/base/strings/ui_strings.gyp:ui_strings', | 40 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 41 '../ui/ui.gyp:ui', | 41 '../ui/ui.gyp:ui', |
| 42 '../ui/ui.gyp:ui_resources', | 42 '../ui/ui.gyp:ui_resources', |
| 43 '../url/url.gyp:url_lib', | 43 '../url/url.gyp:url_lib', |
| 44 '../webkit/base/webkit_base.gyp:webkit_base', | 44 '../webkit/base/webkit_base.gyp:webkit_base', |
| 45 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 45 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
| 46 '../webkit/storage_browser.gyp:webkit_storage_browser', | 46 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 47 '../webkit/storage_common.gyp:webkit_storage_common', | 47 '../webkit/storage_common.gyp:webkit_storage_common', |
| 48 '../webkit/support/webkit_support.gyp:glue', | 48 '../webkit/support/webkit_support.gyp:glue', |
| 49 '../webkit/support/webkit_support.gyp:webkit_resources', | 49 '../webkit/webkit_resources.gyp:webkit_temp_resources', |
| 50 ], | 50 ], |
| 51 'include_dirs': [ | 51 'include_dirs': [ |
| 52 '..', | 52 '..', |
| 53 '<(INTERMEDIATE_DIR)', | 53 '<(INTERMEDIATE_DIR)', |
| 54 ], | 54 ], |
| 55 'sources': [ | 55 'sources': [ |
| 56 # All .cc, .h, .m, and .mm files under browser/extensions except for | 56 # All .cc, .h, .m, and .mm files under browser/extensions except for |
| 57 # tests and mocks. | 57 # tests and mocks. |
| 58 '../extensions/browser/extension_prefs_scope.h', | 58 '../extensions/browser/extension_prefs_scope.h', |
| 59 '../extensions/browser/file_reader.cc', | 59 '../extensions/browser/file_reader.cc', |
| (...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 996 'variables': { | 996 'variables': { |
| 997 'proto_in_dir': 'browser/chromeos/contacts', | 997 'proto_in_dir': 'browser/chromeos/contacts', |
| 998 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 998 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 999 }, | 999 }, |
| 1000 'includes': [ '../build/protoc.gypi' ] | 1000 'includes': [ '../build/protoc.gypi' ] |
| 1001 }, | 1001 }, |
| 1002 ], | 1002 ], |
| 1003 },], # 'chromeos=1' | 1003 },], # 'chromeos=1' |
| 1004 ], # 'conditions' | 1004 ], # 'conditions' |
| 1005 } | 1005 } |
| OLD | NEW |