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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 '../webkit/storage_common.gyp:webkit_storage_common', | 49 '../webkit/storage_common.gyp:webkit_storage_common', |
50 '../webkit/webkit_resources.gyp:webkit_resources', | 50 '../webkit/webkit_resources.gyp:webkit_resources', |
51 ], | 51 ], |
52 'include_dirs': [ | 52 'include_dirs': [ |
53 '..', | 53 '..', |
54 '<(INTERMEDIATE_DIR)', | 54 '<(INTERMEDIATE_DIR)', |
55 ], | 55 ], |
56 'sources': [ | 56 'sources': [ |
57 # All .cc, .h, .m, and .mm files under browser/extensions except for | 57 # All .cc, .h, .m, and .mm files under browser/extensions except for |
58 # tests and mocks. | 58 # tests and mocks. |
| 59 'browser/apps/app_launch_for_metro_restart_win.cc', |
| 60 'browser/apps/app_launch_for_metro_restart_win.h', |
59 'browser/apps/app_launcher_util.cc', | 61 'browser/apps/app_launcher_util.cc', |
60 'browser/apps/app_launcher_util.h', | 62 'browser/apps/app_launcher_util.h', |
61 'browser/apps/app_url_redirector.cc', | 63 'browser/apps/app_url_redirector.cc', |
62 'browser/apps/app_url_redirector.h', | 64 'browser/apps/app_url_redirector.h', |
63 'browser/apps/chrome_apps_client.cc', | 65 'browser/apps/chrome_apps_client.cc', |
64 'browser/apps/chrome_apps_client.h', | 66 'browser/apps/chrome_apps_client.h', |
65 'browser/apps/shortcut_manager.cc', | 67 'browser/apps/shortcut_manager.cc', |
66 'browser/apps/shortcut_manager.h', | 68 'browser/apps/shortcut_manager.h', |
67 'browser/apps/shortcut_manager_factory.cc', | 69 'browser/apps/shortcut_manager_factory.cc', |
68 'browser/apps/shortcut_manager_factory.h', | 70 'browser/apps/shortcut_manager_factory.h', |
(...skipping 1043 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1112 'variables': { | 1114 'variables': { |
1113 'proto_in_dir': 'browser/chromeos/contacts', | 1115 'proto_in_dir': 'browser/chromeos/contacts', |
1114 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 1116 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
1115 }, | 1117 }, |
1116 'includes': [ '../build/protoc.gypi' ] | 1118 'includes': [ '../build/protoc.gypi' ] |
1117 }, | 1119 }, |
1118 ], | 1120 ], |
1119 },], # 'chromeos=1' | 1121 },], # 'chromeos=1' |
1120 ], # 'conditions' | 1122 ], # 'conditions' |
1121 } | 1123 } |
OLD | NEW |