Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Side by Side Diff: chrome/chrome.gyp

Issue 28176: gyp un-exclude chrome_plugin_host.cc chrome_plugin_util.cc (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'include_dirs': [ 286 'include_dirs': [
287 '..', 287 '..',
288 ], 288 ],
289 }, 289 },
290 'conditions': [ 290 'conditions': [
291 ['OS!="win"', { 291 ['OS!="win"', {
292 'sources!': [ 292 'sources!': [
293 'common/gfx/emf.cc', 293 'common/gfx/emf.cc',
294 'common/gfx/icon_util.cc', 294 'common/gfx/icon_util.cc',
295 'common/gfx/path.cc', 295 'common/gfx/path.cc',
296 'common/chrome_plugin_util.cc',
297 'common/chrome_process_filter.cc', 296 'common/chrome_process_filter.cc',
298 'common/classfactory.cc', 297 'common/classfactory.cc',
299 'common/drag_drop_types.cc', 298 'common/drag_drop_types.cc',
300 'common/os_exchange_data.cc', 299 'common/os_exchange_data.cc',
301 'common/process_watcher.cc', 300 'common/process_watcher.cc',
302 ], 301 ],
303 }], 302 }],
304 ], 303 ],
305 }, 304 },
306 { 305 {
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 'browser/importer/ie_importer.cc', 1170 'browser/importer/ie_importer.cc',
1172 'browser/importer/importer.cc', 1171 'browser/importer/importer.cc',
1173 'browser/tab_contents/native_ui_contents.cc', 1172 'browser/tab_contents/native_ui_contents.cc',
1174 'browser/tab_contents/render_view_context_menu.cc', 1173 'browser/tab_contents/render_view_context_menu.cc',
1175 'browser/tab_contents/render_view_context_menu_controller.cc', 1174 'browser/tab_contents/render_view_context_menu_controller.cc',
1176 'browser/tab_contents/web_drag_source.cc', 1175 'browser/tab_contents/web_drag_source.cc',
1177 'browser/tab_contents/web_drop_target.cc', 1176 'browser/tab_contents/web_drop_target.cc',
1178 'browser/app_modal_dialog_queue.cc', 1177 'browser/app_modal_dialog_queue.cc',
1179 'browser/browser_accessibility.cc', 1178 'browser/browser_accessibility.cc',
1180 'browser/browser_accessibility_manager.cc', 1179 'browser/browser_accessibility_manager.cc',
1181 'browser/chrome_plugin_host.cc',
1182 'browser/dock_info.cc', 1180 'browser/dock_info.cc',
1183 'browser/drag_utils.cc', 1181 'browser/drag_utils.cc',
1184 'browser/encoding_menu_controller_delegate.cc', 1182 'browser/encoding_menu_controller_delegate.cc',
1185 'browser/external_protocol_handler.cc', 1183 'browser/external_protocol_handler.cc',
1186 'browser/external_tab_container.cc', 1184 'browser/external_tab_container.cc',
1187 'browser/first_run.cc', 1185 'browser/first_run.cc',
1188 'browser/google_update.cc', 1186 'browser/google_update.cc',
1189 'browser/history_tab_ui.cc', 1187 'browser/history_tab_ui.cc',
1190 'browser/history_view.cc', 1188 'browser/history_view.cc',
1191 'browser/icon_loader.cc', 1189 'browser/icon_loader.cc',
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
1656 'common/pref_service_unittest.cc', 1654 'common/pref_service_unittest.cc',
1657 'common/time_format_unittest.cc', 1655 'common/time_format_unittest.cc',
1658 'renderer/render_view_unittest.cc', 1656 'renderer/render_view_unittest.cc',
1659 'renderer/render_widget_unittest.cc', 1657 'renderer/render_widget_unittest.cc',
1660 ], 1658 ],
1661 }], 1659 }],
1662 ], 1660 ],
1663 }, 1661 },
1664 ], 1662 ],
1665 } 1663 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698