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

Side by Side Diff: content/content_shell.gypi

Issue 10836054: Android: Move draw_context.cc/h to gyp subtarget (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « 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) 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 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 24 matching lines...) Expand all
35 '../skia/skia.gyp:skia', 35 '../skia/skia.gyp:skia',
36 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 36 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
37 '../ui/ui.gyp:ui', 37 '../ui/ui.gyp:ui',
38 '../v8/tools/gyp/v8.gyp:v8', 38 '../v8/tools/gyp/v8.gyp:v8',
39 '../webkit/support/webkit_support.gyp:webkit_support', 39 '../webkit/support/webkit_support.gyp:webkit_support',
40 ], 40 ],
41 'include_dirs': [ 41 'include_dirs': [
42 '..', 42 '..',
43 ], 43 ],
44 'sources': [ 44 'sources': [
45 'shell/android/draw_context.cc',
46 'shell/android/draw_context.h',
47 'shell/geolocation/shell_access_token_store.cc', 45 'shell/geolocation/shell_access_token_store.cc',
48 'shell/geolocation/shell_access_token_store.h', 46 'shell/geolocation/shell_access_token_store.h',
49 'shell/layout_test_controller.cc', 47 'shell/layout_test_controller.cc',
50 'shell/layout_test_controller.h', 48 'shell/layout_test_controller.h',
51 'shell/layout_test_controller_bindings.cc', 49 'shell/layout_test_controller_bindings.cc',
52 'shell/layout_test_controller_bindings.h', 50 'shell/layout_test_controller_bindings.h',
53 'shell/layout_test_controller_host.cc', 51 'shell/layout_test_controller_host.cc',
54 'shell/layout_test_controller_host.h', 52 'shell/layout_test_controller_host.h',
55 'shell/paths_mac.h', 53 'shell/paths_mac.h',
56 'shell/paths_mac.mm', 54 'shell/paths_mac.mm',
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 'content_shell_pak', 552 'content_shell_pak',
555 # Skia is necessary to ensure the dependencies needed by 553 # Skia is necessary to ensure the dependencies needed by
556 # WebContents are included. 554 # WebContents are included.
557 '../skia/skia.gyp:skia', 555 '../skia/skia.gyp:skia',
558 '<(DEPTH)/media/media.gyp:player_android', 556 '<(DEPTH)/media/media.gyp:player_android',
559 ], 557 ],
560 'include_dirs': [ 558 'include_dirs': [
561 '<(SHARED_INTERMEDIATE_DIR)/content/shell', 559 '<(SHARED_INTERMEDIATE_DIR)/content/shell',
562 ], 560 ],
563 'sources': [ 561 'sources': [
562 'shell/android/draw_context.cc',
563 'shell/android/draw_context.h',
564 'shell/android/shell_library_loader.cc', 564 'shell/android/shell_library_loader.cc',
565 'shell/android/shell_library_loader.h', 565 'shell/android/shell_library_loader.h',
566 'shell/android/shell_manager.cc', 566 'shell/android/shell_manager.cc',
567 'shell/android/shell_manager.h', 567 'shell/android/shell_manager.h',
568 ], 568 ],
569 'sources!': [ 569 'sources!': [
570 'shell/shell_main.cc', 570 'shell/shell_main.cc',
571 'shell/shell_main.h', 571 'shell/shell_main.h',
572 ], 572 ],
573 'conditions': [ 573 'conditions': [
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 'dependencies': [ 654 'dependencies': [
655 'content_java', 655 'content_java',
656 ], 656 ],
657 } 657 }
658 ], 658 ],
659 }, 659 },
660 ], 660 ],
661 }], # OS=="android" 661 }], # OS=="android"
662 ] 662 ]
663 } 663 }
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