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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3131014: Add constant values for the webNavigation API.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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
« no previous file with comments | « chrome/browser/extensions/extension_web_navigation_api_constants.cc ('k') | 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) 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 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1383 'browser/extensions/extension_test_api.cc', 1383 'browser/extensions/extension_test_api.cc',
1384 'browser/extensions/extension_test_api.h', 1384 'browser/extensions/extension_test_api.h',
1385 'browser/extensions/extension_tts_api.cc', 1385 'browser/extensions/extension_tts_api.cc',
1386 'browser/extensions/extension_tts_api.h', 1386 'browser/extensions/extension_tts_api.h',
1387 'browser/extensions/extension_toolbar_model.cc', 1387 'browser/extensions/extension_toolbar_model.cc',
1388 'browser/extensions/extension_toolbar_model.h', 1388 'browser/extensions/extension_toolbar_model.h',
1389 'browser/extensions/extension_toolstrip_api.cc', 1389 'browser/extensions/extension_toolstrip_api.cc',
1390 'browser/extensions/extension_toolstrip_api.h', 1390 'browser/extensions/extension_toolstrip_api.h',
1391 'browser/extensions/extension_updater.cc', 1391 'browser/extensions/extension_updater.cc',
1392 'browser/extensions/extension_updater.h', 1392 'browser/extensions/extension_updater.h',
1393 'browser/extensions/extension_web_navigation_api_constants.cc',
1394 'browser/extensions/extension_web_navigation_api_constants.h',
1393 'browser/extensions/extensions_quota_service.cc', 1395 'browser/extensions/extensions_quota_service.cc',
1394 'browser/extensions/extensions_quota_service.h', 1396 'browser/extensions/extensions_quota_service.h',
1395 'browser/extensions/extensions_service.cc', 1397 'browser/extensions/extensions_service.cc',
1396 'browser/extensions/extensions_service.h', 1398 'browser/extensions/extensions_service.h',
1397 'browser/extensions/extensions_ui.cc', 1399 'browser/extensions/extensions_ui.cc',
1398 'browser/extensions/extensions_ui.h', 1400 'browser/extensions/extensions_ui.h',
1399 'browser/extensions/external_extension_provider.h', 1401 'browser/extensions/external_extension_provider.h',
1400 'browser/extensions/external_registry_extension_provider_win.cc', 1402 'browser/extensions/external_registry_extension_provider_win.cc',
1401 'browser/extensions/external_registry_extension_provider_win.h', 1403 'browser/extensions/external_registry_extension_provider_win.h',
1402 'browser/extensions/external_pref_extension_provider.cc', 1404 'browser/extensions/external_pref_extension_provider.cc',
(...skipping 2392 matching lines...) Expand 10 before | Expand all | Expand 10 after
3795 ], 3797 ],
3796 }, 3798 },
3797 ], 3799 ],
3798 } 3800 }
3799 3801
3800 # Local Variables: 3802 # Local Variables:
3801 # tab-width:2 3803 # tab-width:2
3802 # indent-tabs-mode:nil 3804 # indent-tabs-mode:nil
3803 # End: 3805 # End:
3804 # vim: set expandtab tabstop=2 shiftwidth=2: 3806 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_web_navigation_api_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698