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

Side by Side Diff: content/content_browser.gypi

Issue 8302016: Make GTK and Aura parts orthogonal to OS parts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 '../crypto/crypto.gyp:crypto', 7 '../crypto/crypto.gyp:crypto',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../net/net.gyp:http_server', 9 '../net/net.gyp:http_server',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 'browser/worker_host/worker_message_filter.cc', 557 'browser/worker_host/worker_message_filter.cc',
558 'browser/worker_host/worker_message_filter.h', 558 'browser/worker_host/worker_message_filter.h',
559 'browser/worker_host/worker_process_host.cc', 559 'browser/worker_host/worker_process_host.cc',
560 'browser/worker_host/worker_process_host.h', 560 'browser/worker_host/worker_process_host.h',
561 'browser/worker_host/worker_service.cc', 561 'browser/worker_host/worker_service.cc',
562 'browser/worker_host/worker_service.h', 562 'browser/worker_host/worker_service.h',
563 'browser/worker_host/worker_service_observer.h', 563 'browser/worker_host/worker_service_observer.h',
564 'browser/zygote_host_linux.cc', 564 'browser/zygote_host_linux.cc',
565 'browser/zygote_host_linux.h', 565 'browser/zygote_host_linux.h',
566 'browser/zygote_main_linux.cc', 566 'browser/zygote_main_linux.cc',
567 'public/browser/browser_main_parts.h',
567 'public/browser/content_browser_client.h', 568 'public/browser/content_browser_client.h',
568 'public/browser/native_web_keyboard_event.h', 569 'public/browser/native_web_keyboard_event.h',
569 'public/browser/navigation_types.h', 570 'public/browser/navigation_types.h',
570 'public/browser/notification_details.h', 571 'public/browser/notification_details.h',
571 'public/browser/notification_observer.h', 572 'public/browser/notification_observer.h',
572 'public/browser/notification_registrar.cc', 573 'public/browser/notification_registrar.cc',
573 'public/browser/notification_registrar.h', 574 'public/browser/notification_registrar.h',
574 'public/browser/notification_service.h', 575 'public/browser/notification_service.h',
575 'public/browser/notification_source.h', 576 'public/browser/notification_source.h',
576 'public/browser/notification_types.h', 577 'public/browser/notification_types.h',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 ], 714 ],
714 }, { 715 }, {
715 'sources/': [ 716 'sources/': [
716 ['exclude', '^browser/renderer_host/accelerated_surface_container_linux. cc'], 717 ['exclude', '^browser/renderer_host/accelerated_surface_container_linux. cc'],
717 ['exclude', '^browser/renderer_host/accelerated_surface_container_linux. h'], 718 ['exclude', '^browser/renderer_host/accelerated_surface_container_linux. h'],
718 ], 719 ],
719 }], 720 }],
720 ], 721 ],
721 } 722 }
722 723
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698