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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 5254012: Always use persistent profile for CF+CEEE installs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge to head, address Amit's nit 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 | « ceee/ie/ie.gyp ('k') | chrome_frame/chrome_frame_activex_base.h » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)',
9 9
10 'variables': { 10 'variables': {
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 ], 688 ],
689 }, 689 },
690 { 690 {
691 'target_name': 'chrome_frame_ie', 691 'target_name': 'chrome_frame_ie',
692 'type': 'static_library', 692 'type': 'static_library',
693 'dependencies': [ 693 'dependencies': [
694 'chrome_frame_common', 694 'chrome_frame_common',
695 'chrome_frame_strings', 695 'chrome_frame_strings',
696 'chrome_frame_utils', 696 'chrome_frame_utils',
697 'chrome_tab_idl', 697 'chrome_tab_idl',
698 '../ceee/ie/common/common.gyp:ie_common',
699 '../ceee/ie/common/common.gyp:ie_guids',
698 '../chrome/chrome.gyp:common', 700 '../chrome/chrome.gyp:common',
699 '../chrome/chrome.gyp:utility', 701 '../chrome/chrome.gyp:utility',
700 '../build/temp_gyp/googleurl.gyp:googleurl', 702 '../build/temp_gyp/googleurl.gyp:googleurl',
701 '../third_party/libxml/libxml.gyp:libxml', 703 '../third_party/libxml/libxml.gyp:libxml',
702 '../third_party/bzip2/bzip2.gyp:bzip2', 704 '../third_party/bzip2/bzip2.gyp:bzip2',
703 '../webkit/support/webkit_support.gyp:webkit_user_agent', 705 '../webkit/support/webkit_support.gyp:webkit_user_agent',
704 ], 706 ],
705 'sources': [ 707 'sources': [
706 'bho.cc', 708 'bho.cc',
707 'bho.h', 709 'bho.h',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 ], # 'conditions' 1077 ], # 'conditions'
1076 } 1078 }
1077 1079
1078 # vim: shiftwidth=2:et:ai:tabstop=2 1080 # vim: shiftwidth=2:et:ai:tabstop=2
1079 1081
1080 # Local Variables: 1082 # Local Variables:
1081 # tab-width:2 1083 # tab-width:2
1082 # indent-tabs-mode:nil 1084 # indent-tabs-mode:nil
1083 # End: 1085 # End:
1084 # vim: set expandtab tabstop=2 shiftwidth=2: 1086 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « ceee/ie/ie.gyp ('k') | chrome_frame/chrome_frame_activex_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698