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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3359013: Revert 58809 - Implement the webNavigation.onCommitted event.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 3 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after
1457 'browser/extensions/extension_tts_api.h', 1457 'browser/extensions/extension_tts_api.h',
1458 'browser/extensions/extension_tts_api_gtk.cc', 1458 'browser/extensions/extension_tts_api_gtk.cc',
1459 'browser/extensions/extension_tts_api_mac.mm', 1459 'browser/extensions/extension_tts_api_mac.mm',
1460 'browser/extensions/extension_tts_api_win.cc', 1460 'browser/extensions/extension_tts_api_win.cc',
1461 'browser/extensions/extension_toolbar_model.cc', 1461 'browser/extensions/extension_toolbar_model.cc',
1462 'browser/extensions/extension_toolbar_model.h', 1462 'browser/extensions/extension_toolbar_model.h',
1463 'browser/extensions/extension_updater.cc', 1463 'browser/extensions/extension_updater.cc',
1464 'browser/extensions/extension_updater.h', 1464 'browser/extensions/extension_updater.h',
1465 'browser/extensions/extension_webrequest_api_constants.cc', 1465 'browser/extensions/extension_webrequest_api_constants.cc',
1466 'browser/extensions/extension_webrequest_api_constants.h', 1466 'browser/extensions/extension_webrequest_api_constants.h',
1467 'browser/extensions/extension_webnavigation_api.cc',
1468 'browser/extensions/extension_webnavigation_api.h',
1469 'browser/extensions/extension_webnavigation_api_constants.cc', 1467 'browser/extensions/extension_webnavigation_api_constants.cc',
1470 'browser/extensions/extension_webnavigation_api_constants.h', 1468 'browser/extensions/extension_webnavigation_api_constants.h',
1471 'browser/extensions/extension_webstore_private_api.cc', 1469 'browser/extensions/extension_webstore_private_api.cc',
1472 'browser/extensions/extension_webstore_private_api.h', 1470 'browser/extensions/extension_webstore_private_api.h',
1473 'browser/extensions/extensions_quota_service.cc', 1471 'browser/extensions/extensions_quota_service.cc',
1474 'browser/extensions/extensions_quota_service.h', 1472 'browser/extensions/extensions_quota_service.h',
1475 'browser/extensions/extensions_service.cc', 1473 'browser/extensions/extensions_service.cc',
1476 'browser/extensions/extensions_service.h', 1474 'browser/extensions/extensions_service.h',
1477 'browser/extensions/extensions_ui.cc', 1475 'browser/extensions/extensions_ui.cc',
1478 'browser/extensions/extensions_ui.h', 1476 'browser/extensions/extensions_ui.h',
(...skipping 2487 matching lines...) Expand 10 before | Expand all | Expand 10 after
3966 ], 3964 ],
3967 }, 3965 },
3968 ], 3966 ],
3969 } 3967 }
3970 3968
3971 # Local Variables: 3969 # Local Variables:
3972 # tab-width:2 3970 # tab-width:2
3973 # indent-tabs-mode:nil 3971 # indent-tabs-mode:nil
3974 # End: 3972 # End:
3975 # vim: set expandtab tabstop=2 shiftwidth=2: 3973 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/navigation_controller.cc ('k') | chrome/common/extensions/api/extension_api.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698