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

Side by Side Diff: content/content_common.gypi

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 2 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
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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'public/common/injection_test_mac.h', 55 'public/common/injection_test_mac.h',
56 'public/common/injection_test_win.h', 56 'public/common/injection_test_win.h',
57 'public/common/javascript_message_type.h', 57 'public/common/javascript_message_type.h',
58 'public/common/main_function_params.h', 58 'public/common/main_function_params.h',
59 'public/common/media_stream_request.cc', 59 'public/common/media_stream_request.cc',
60 'public/common/media_stream_request.h', 60 'public/common/media_stream_request.h',
61 'public/common/page_transition_types.cc', 61 'public/common/page_transition_types.cc',
62 'public/common/page_transition_types.h', 62 'public/common/page_transition_types.h',
63 'public/common/page_type.h', 63 'public/common/page_type.h',
64 'public/common/page_zoom.h', 64 'public/common/page_zoom.h',
65 'public/common/password_form.cc',
66 'public/common/password_form.h',
65 'public/common/pepper_plugin_info.cc', 67 'public/common/pepper_plugin_info.cc',
66 'public/common/pepper_plugin_info.h', 68 'public/common/pepper_plugin_info.h',
67 'public/common/process_type.h', 69 'public/common/process_type.h',
68 'public/common/referrer.h', 70 'public/common/referrer.h',
69 'public/common/renderer_preferences.cc', 71 'public/common/renderer_preferences.cc',
70 'public/common/renderer_preferences.h', 72 'public/common/renderer_preferences.h',
71 'public/common/resource_dispatcher_delegate.h', 73 'public/common/resource_dispatcher_delegate.h',
72 'public/common/resource_response.h', 74 'public/common/resource_response.h',
73 'public/common/result_codes.h', 75 'public/common/result_codes.h',
74 'public/common/sandbox_init.cc', 76 'public/common/sandbox_init.cc',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 '../ipc/ipc.gyp:ipc', 407 '../ipc/ipc.gyp:ipc',
406 '../media/media.gyp:shared_memory_support', 408 '../media/media.gyp:shared_memory_support',
407 '../ppapi/ppapi_internal.gyp:ppapi_shared', 409 '../ppapi/ppapi_internal.gyp:ppapi_shared',
408 '../third_party/npapi/npapi.gyp:npapi', 410 '../third_party/npapi/npapi.gyp:npapi',
409 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 411 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
410 '../ui/gl/gl.gyp:gl', 412 '../ui/gl/gl.gyp:gl',
411 '../webkit/support/webkit_support.gyp:appcache', 413 '../webkit/support/webkit_support.gyp:appcache',
412 '../webkit/support/webkit_support.gyp:blob', 414 '../webkit/support/webkit_support.gyp:blob',
413 '../webkit/support/webkit_support.gyp:database', 415 '../webkit/support/webkit_support.gyp:database',
414 '../webkit/support/webkit_support.gyp:fileapi', 416 '../webkit/support/webkit_support.gyp:fileapi',
415 '../webkit/support/webkit_support.gyp:forms',
416 '../webkit/support/webkit_support.gyp:webkit_base', 417 '../webkit/support/webkit_support.gyp:webkit_base',
417 ], 418 ],
418 }], 419 }],
419 ['OS!="win"', { 420 ['OS!="win"', {
420 'sources!': [ 421 'sources!': [
421 'common/sandbox_policy.cc', 422 'common/sandbox_policy.cc',
422 'common/sandbox_policy.h', 423 'common/sandbox_policy.h',
423 ], 424 ],
424 }], 425 }],
425 ['OS=="android"',{ 426 ['OS=="android"',{
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 '../build/extract_from_cab.py', 553 '../build/extract_from_cab.py',
553 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 554 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
554 '<(output)', 555 '<(output)',
555 '<(PRODUCT_DIR)', 556 '<(PRODUCT_DIR)',
556 ], 557 ],
557 }, 558 },
558 ] 559 ]
559 }], 560 }],
560 ], 561 ],
561 } 562 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl_unittest.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698