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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5969007: Fix DOMUI login gyp issues. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | chrome/chrome_tests.gypi » ('j') | 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 3502 matching lines...) Expand 10 before | Expand all | Expand 10 after
3513 ], 3513 ],
3514 'conditions': [ 3514 'conditions': [
3515 ['javascript_engine=="v8"', { 3515 ['javascript_engine=="v8"', {
3516 'defines': [ 3516 'defines': [
3517 'CHROME_V8', 3517 'CHROME_V8',
3518 ], 3518 ],
3519 }], 3519 }],
3520 ['chromeos==0', { 3520 ['chromeos==0', {
3521 'sources/': [ 3521 'sources/': [
3522 ['exclude', '^browser/chromeos'], 3522 ['exclude', '^browser/chromeos'],
3523 ['exclude', 'browser/chromeos/dom_ui/login/authenticator_facade_cros .cc'],
3524 ['exclude', 'browser/chromeos/dom_ui/login/authenticator_facade_cros .h'],
3525 ['exclude', 'browser/chromeos/dom_ui/login/authenticator_facade_cros _helpers.cc'],
3526 ['exclude', 'browser/chromeos/dom_ui/login/authenticator_facade_cros _helpers.h'],
3527 ['exclude', 'browser/dom_ui/chrome_about_ui.cc'], 3523 ['exclude', 'browser/dom_ui/chrome_about_ui.cc'],
3528 ['exclude', 'browser/dom_ui/filebrowse_ui.cc'], 3524 ['exclude', 'browser/dom_ui/filebrowse_ui.cc'],
3529 ['exclude', 'browser/dom_ui/mediaplayer_ui.cc'], 3525 ['exclude', 'browser/dom_ui/mediaplayer_ui.cc'],
3530 ['exclude', 'browser/dom_ui/slideshow_ui.cc'], 3526 ['exclude', 'browser/dom_ui/slideshow_ui.cc'],
3531 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], 3527 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'],
3532 ['exclude', 'browser/oom_priority_manager.cc'], 3528 ['exclude', 'browser/oom_priority_manager.cc'],
3533 ['exclude', 'browser/oom_priority_manager.h'], 3529 ['exclude', 'browser/oom_priority_manager.h'],
3534 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], 3530 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'],
3535 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], 3531 ['exclude', 'browser/renderer_host/offline_resource_handler.h'],
3536 ], 3532 ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
3568 'sources/': [ 3564 'sources/': [
3569 ['exclude', '^browser/chromeos/dom_ui/login/'], 3565 ['exclude', '^browser/chromeos/dom_ui/login/'],
3570 ['exclude', '^browser/dom_ui/keyboard_ui.*'], 3566 ['exclude', '^browser/dom_ui/keyboard_ui.*'],
3571 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*' ], 3567 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*' ],
3572 ['exclude', '^browser/ui/touch/*'], 3568 ['exclude', '^browser/ui/touch/*'],
3573 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views. *'], 3569 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views. *'],
3574 ], 3570 ],
3575 }], 3571 }],
3576 ['touchui==1', { 3572 ['touchui==1', {
3577 'sources/': [ 3573 'sources/': [
3578 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade.h'],
3579 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_cros .cc'],
3580 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_cros .h'],
3581 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_stub .cc'],
3582 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_stub .h'],
3583 ['include', 'browser/chromeos/dom_ui/login/login_ui.cc'],
3584 ['include', 'browser/chromeos/dom_ui/login/login_ui.h'],
3585 ['include', 'browser/chromeos/dom_ui/login/login_ui_helpers.cc'],
3586 ['include', 'browser/chromeos/dom_ui/login/login_ui_helpers.h'],
3587 ['include', '^browser/ui/touch/*'], 3574 ['include', '^browser/ui/touch/*'],
3588 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f actory_chromeos.cc'], 3575 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f actory_chromeos.cc'],
3589 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , 3576 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] ,
3590 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], 3577 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
3591 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 3578 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
3592 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 3579 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
3593 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f actory_gtk.cc'], 3580 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f actory_gtk.cc'],
3594 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'], 3581 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'],
3595 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'], 3582 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'],
3596 ], 3583 ],
3597 }], 3584 }],
3585 ['touchui==1 and chromeos==1', {
3586 'sources/': [
3587 ['include', '^browser/chromeos/dom_ui/login/'],
sadrul 2010/12/22 20:10:18 I don't think this block is necessary? (The login
3588 ],
3589 }],
3598 ['OS=="linux"', { 3590 ['OS=="linux"', {
3599 'dependencies': [ 3591 'dependencies': [
3600 '../build/linux/system.gyp:dbus-glib', 3592 '../build/linux/system.gyp:dbus-glib',
3601 '../build/linux/system.gyp:gconf', 3593 '../build/linux/system.gyp:gconf',
3602 '../build/linux/system.gyp:gtk', 3594 '../build/linux/system.gyp:gtk',
3603 '../build/linux/system.gyp:gtkprint', 3595 '../build/linux/system.gyp:gtkprint',
3604 '../build/linux/system.gyp:nss', 3596 '../build/linux/system.gyp:nss',
3605 '../build/linux/system.gyp:x11', 3597 '../build/linux/system.gyp:x11',
3606 '../third_party/undoview/undoview.gyp:undoview', 3598 '../third_party/undoview/undoview.gyp:undoview',
3607 ], 3599 ],
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
4525 ], 4517 ],
4526 }, 4518 },
4527 ], 4519 ],
4528 } 4520 }
4529 4521
4530 # Local Variables: 4522 # Local Variables:
4531 # tab-width:2 4523 # tab-width:2
4532 # indent-tabs-mode:nil 4524 # indent-tabs-mode:nil
4533 # End: 4525 # End:
4534 # vim: set expandtab tabstop=2 shiftwidth=2: 4526 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698