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

Side by Side Diff: content/content_browser.gypi

Issue 10451047: content: Move javascript_message_type.h into content/ from ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'public/browser/geolocation.h', 81 'public/browser/geolocation.h',
82 'public/browser/geolocation_permission_context.h', 82 'public/browser/geolocation_permission_context.h',
83 'public/browser/global_request_id.h', 83 'public/browser/global_request_id.h',
84 'public/browser/gpu_data_manager.h', 84 'public/browser/gpu_data_manager.h',
85 'public/browser/gpu_data_manager_observer.h', 85 'public/browser/gpu_data_manager_observer.h',
86 'public/browser/host_zoom_map.h', 86 'public/browser/host_zoom_map.h',
87 'public/browser/indexed_db_context.h', 87 'public/browser/indexed_db_context.h',
88 'public/browser/interstitial_page.h', 88 'public/browser/interstitial_page.h',
89 'public/browser/invalidate_type.h', 89 'public/browser/invalidate_type.h',
90 'public/browser/javascript_dialogs.h', 90 'public/browser/javascript_dialogs.h',
91 'public/browser/javascript_message_type.h',
91 'public/browser/keyboard_listener.h', 92 'public/browser/keyboard_listener.h',
92 'public/browser/load_notification_details.h', 93 'public/browser/load_notification_details.h',
93 'public/browser/native_web_keyboard_event.h', 94 'public/browser/native_web_keyboard_event.h',
94 'public/browser/navigation_controller.h', 95 'public/browser/navigation_controller.h',
95 'public/browser/navigation_details.cc', 96 'public/browser/navigation_details.cc',
96 'public/browser/navigation_details.h', 97 'public/browser/navigation_details.h',
97 'public/browser/navigation_entry.h', 98 'public/browser/navigation_entry.h',
98 'public/browser/navigation_type.h', 99 'public/browser/navigation_type.h',
99 'public/browser/notification_details.h', 100 'public/browser/notification_details.h',
100 'public/browser/notification_observer.h', 101 'public/browser/notification_observer.h',
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 ], 959 ],
959 }], 960 }],
960 ['input_speech==0', { 961 ['input_speech==0', {
961 'sources/': [ 962 'sources/': [
962 ['exclude', '^browser/speech/'], 963 ['exclude', '^browser/speech/'],
963 ], 964 ],
964 }], 965 }],
965 ], 966 ],
966 } 967 }
967 968
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698